mirror of https://github.com/apache/cloudstack.git
Merge release branch 4.8 to master
* 4.8: CLOUDSTACK-9268: Display VM in Load balancing rule in UI
This commit is contained in:
commit
339355594c
|
|
@ -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