Always maximize detail views with settings tab (to fit listView layout)
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b54f643b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b54f643b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b54f643b Branch: refs/heads/internallb Commit: b54f643b91a144e5f67dd21e8d49e8ee8f7a69a5 Parents: ad38060 Author: Brian Federle <[email protected]> Authored: Tue Apr 16 12:51:07 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Apr 16 12:51:07 2013 -0700 ---------------------------------------------------------------------- ui/scripts/accounts.js | 1 + ui/scripts/system.js | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b54f643b/ui/scripts/accounts.js ---------------------------------------------------------------------- diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js index e663db8..cea748d 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: { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b54f643b/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 23822b2..d44a694 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' ,
