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' ,