Skip to content

Commit 3393555

Browse files
committed
Merge release branch 4.8 to master
* 4.8: CLOUDSTACK-9268: Display VM in Load balancing rule in UI
2 parents a3371d2 + e17c64d commit 3393555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/scripts/ui/widgets/multiEdit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
$(data).each(function() {
105105
var item = this;
106106
var $itemRow = _medit.multiItem.itemRow(item, options.itemActions, multiRule, $tbody);
107-
107+
$itemRow.data('json-obj', item);
108108
$itemRow.appendTo($tbody);
109109
newItemRows.push($itemRow);
110110

0 commit comments

Comments
 (0)