mirror of https://github.com/apache/cloudstack.git
Always maximize detail views with settings tab (to fit listView layout)
This commit is contained in:
parent
ad38060e3a
commit
b54f643b91
|
|
@ -277,6 +277,7 @@
|
|||
|
||||
detailView: {
|
||||
name: 'Account details',
|
||||
isMaximized: true,
|
||||
viewAll: { path: 'accounts.users', label: 'label.users' },
|
||||
|
||||
actions: {
|
||||
|
|
|
|||
|
|
@ -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' ,
|
||||
|
|
|
|||
Loading…
Reference in New Issue