Skip to content

Commit d80f6a8

Browse files
author
Jessica Wang
committed
CLOUDSTACK-6694: update related comment after Refactor 'assign vm' action into function
1 parent 5049dd0 commit d80f6a8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ui/scripts/vpc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,11 @@
126126
});
127127
}
128128
}),
129-
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
129+
action: function(args) {
130+
/*
131+
* 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
132+
* 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
133+
*/
130134
var $rows = $(':ui-dialog .list-view tbody tr');
131135
var vms = args.context.instances;
132136

0 commit comments

Comments
 (0)