Skip to content

Commit e17c64d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)