Skip to content

Commit 1206fd6

Browse files
committed
Widget change to incorporate VM state while adding a load balancer rule
1 parent ba9feab commit 1206fd6

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
@@ -655,7 +655,7 @@
655655

656656
var itemState=multiRule._itemState ? item[multiRule._itemState] :item.state;
657657
var $itemState = $('<span>').html(_s(itemState));
658-
$tr.append($('<td>').addClass('state').appendTo($tr).append("VM State - ").append($itemState));
658+
$tr.append($('<td>').addClass('state').appendTo($tr).append("Application State - ").append($itemState));
659659

660660

661661
if (itemActions) {

0 commit comments

Comments
 (0)