mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-18 11:34:23 +01:00
CLOUDSTACK-6694: update related comment after Refactor 'assign vm' action into function
This commit is contained in:
parent
5049dd0bf0
commit
d80f6a8d4a
@ -126,7 +126,11 @@
|
||||
});
|
||||
}
|
||||
}),
|
||||
action: function(args) { //UI > Network menu > VPC section > select and configure a VPC from listing > select an internal LB tier > click Internal LB > select an internal LB rule from listing > Details tab > click Assigned VMs tab > click Assign VMs button > Select VM dailog
|
||||
action: function(args) {
|
||||
/*
|
||||
* path 1: Network > VPC (list) > click "Configure" > pick an internal LB tier > click "Internal LB" (list) > click on a grid row (Details tab) > click "Assign VMs" tab > click Assign VMs" button on top of list
|
||||
* path 2: Network > VPC (list) > click "Configure" > pick an internal LB tier > click "Internal LB" (list) > "QuickView" on a grid row > click "Assign VMs" button in QuickView
|
||||
*/
|
||||
var $rows = $(':ui-dialog .list-view tbody tr');
|
||||
var vms = args.context.instances;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user