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:
Will Stevens 2016-04-19 10:49:03 -04:00
commit e17c64dbc0
1 changed files with 1 additions and 1 deletions

View File

@ -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);