CLOUDSTACK-9268: Display VM in Load balancing rule in UI

Added jsonObj to newly created row in multiedit.js to stop listing the same VM again.
This commit is contained in:
Nitin Kumar Maharana 2016-02-02 22:54:53 +05:30
parent e5ef9336e1
commit a68918fef7

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