mirror of https://github.com/apache/cloudstack.git
Merge release branch 4.7 to 4.8
* 4.7: CLOUDSTACK-9268: Display VM in Load balancing rule in UI
This commit is contained in:
commit
e17c64dbc0
|
|
@ -104,7 +104,7 @@
|
|||
$(data).each(function() {
|
||||
var item = this;
|
||||
var $itemRow = _medit.multiItem.itemRow(item, options.itemActions, multiRule, $tbody);
|
||||
|
||||
$itemRow.data('json-obj', item);
|
||||
$itemRow.appendTo($tbody);
|
||||
newItemRows.push($itemRow);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue