mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
VPC: Use listView selector for assignVm action
This commit is contained in:
parent
dfa93b52a8
commit
c6c85387fb
@ -11871,12 +11871,14 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
|
||||
}
|
||||
|
||||
.add .icon,
|
||||
.addNew .icon {
|
||||
.addNew .icon,
|
||||
.assignVm .icon {
|
||||
background-position: -37px -61px;
|
||||
}
|
||||
|
||||
.add:hover .icon,
|
||||
.addNew:hover .icon {
|
||||
.addNew:hover .icon,
|
||||
.assignVm:hover .icon {
|
||||
background-position: -37px -643px;
|
||||
}
|
||||
|
||||
|
||||
@ -437,9 +437,24 @@
|
||||
detailView: {
|
||||
name: 'Internal Lb details',
|
||||
actions: {
|
||||
//assignVm: {
|
||||
|
||||
//}
|
||||
assignVm: {
|
||||
label: 'Assign VMs to LB',
|
||||
messages: {
|
||||
notification: function(args) { return 'Assign VM to internal LB rule'; }
|
||||
},
|
||||
listView: $.extend(true, {}, cloudStack.sections.instances.listView, {
|
||||
type: 'checkbox',
|
||||
filters: false
|
||||
}),
|
||||
action: function(args) {
|
||||
args.response.success();
|
||||
},
|
||||
notification: {
|
||||
poll: function(args) {
|
||||
args.complete();
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
tabs: {
|
||||
details: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user