mirror of https://github.com/apache/cloudstack.git
Widget change to incorporate VM state while adding a load balancer rule
This commit is contained in:
parent
ba9feabe8c
commit
1206fd6b4e
|
|
@ -655,7 +655,7 @@
|
|||
|
||||
var itemState=multiRule._itemState ? item[multiRule._itemState] :item.state;
|
||||
var $itemState = $('<span>').html(_s(itemState));
|
||||
$tr.append($('<td>').addClass('state').appendTo($tr).append("VM State - ").append($itemState));
|
||||
$tr.append($('<td>').addClass('state').appendTo($tr).append("Application State - ").append($itemState));
|
||||
|
||||
|
||||
if (itemActions) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue