File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments