mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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:
parent
e5ef9336e1
commit
a68918fef7
@ -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…
x
Reference in New Issue
Block a user