Always maximize detail views with settings tab (to fit listView layout)

This commit is contained in:
Brian Federle 2013-04-16 12:51:07 -07:00
parent ad38060e3a
commit b54f643b91
2 changed files with 3 additions and 0 deletions

View File

@ -277,6 +277,7 @@
detailView: {
name: 'Account details',
isMaximized: true,
viewAll: { path: 'accounts.users', label: 'label.users' },
actions: {

View File

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