mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-747: UI - Internal LB detailView - remove AssignVM action in Details Tab (which has been replaced with the one in Assigned VMs tab).
This commit is contained in:
parent
42a549e420
commit
5a6437749e
|
|
@ -445,6 +445,7 @@
|
|||
isMaximized: true,
|
||||
name: 'Internal LB details',
|
||||
actions: {
|
||||
/*
|
||||
assignVm: {
|
||||
label: 'Assign VMs to Internal LB',
|
||||
messages: {
|
||||
|
|
@ -508,7 +509,8 @@
|
|||
notification: {
|
||||
poll: pollAsyncJobResult
|
||||
}
|
||||
},
|
||||
},
|
||||
*/
|
||||
remove: {
|
||||
label: 'Delete Internal LB',
|
||||
messages: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue