mirror of https://github.com/apache/cloudstack.git
Disable VR UI quickview, due to technical limitations
This commit is contained in:
parent
c37e8b7e8c
commit
9dd650aca7
|
|
@ -7636,6 +7636,7 @@
|
|||
});
|
||||
},
|
||||
detailView: {
|
||||
noCompact: true,
|
||||
name: 'Virtual applicance details',
|
||||
actions: {
|
||||
start: {
|
||||
|
|
@ -8276,7 +8277,8 @@
|
|||
});
|
||||
},
|
||||
detailView: {
|
||||
name: 'Virtual Routers group by zone',
|
||||
noCompact: true,
|
||||
name: 'Virtual Routers group by zone',
|
||||
actions: {
|
||||
upgradeRouterToUseNewerTemplate: {
|
||||
label: 'Upgrade Router to Use Newer Template',
|
||||
|
|
@ -8492,6 +8494,7 @@
|
|||
});
|
||||
},
|
||||
detailView: {
|
||||
noCompact: true,
|
||||
name: 'Virtual Routers group by pod',
|
||||
actions: {
|
||||
upgradeRouterToUseNewerTemplate: {
|
||||
|
|
@ -8711,6 +8714,7 @@
|
|||
});
|
||||
},
|
||||
detailView: {
|
||||
noCompact: true,
|
||||
name: 'Virtual Routers group by cluster',
|
||||
actions: {
|
||||
upgradeRouterToUseNewerTemplate: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue