mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Widget change to incorporate VM state while adding a load balancer rule
This commit is contained in:
parent
4933533893
commit
ba9feabe8c
@ -653,6 +653,11 @@
|
||||
});
|
||||
});
|
||||
|
||||
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));
|
||||
|
||||
|
||||
if (itemActions) {
|
||||
var $itemActions = $('<td>').addClass('actions item-actions');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user