From b54f643b91a144e5f67dd21e8d49e8ee8f7a69a5 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 16 Apr 2013 12:51:07 -0700 Subject: [PATCH] Always maximize detail views with settings tab (to fit listView layout) --- ui/scripts/accounts.js | 1 + ui/scripts/system.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js index e663db856bf..cea748d2305 100644 --- a/ui/scripts/accounts.js +++ b/ui/scripts/accounts.js @@ -277,6 +277,7 @@ detailView: { name: 'Account details', + isMaximized: true, viewAll: { path: 'accounts.users', label: 'label.users' }, actions: { diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 23822b26972..d44a6944ad7 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -10255,6 +10255,7 @@ detailView: { name: "Primary storage details", + isMaximized: true, actions: { edit: { label: 'label.edit', @@ -10598,6 +10599,7 @@ detailView: { name: 'Secondary storage details', + isMaximized: true, actions: { remove: { label: 'label.action.delete.secondary.storage' ,