mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Issue #: 5953 - show remove link when host status is disconnected
This commit is contained in:
parent
3c92e52886
commit
111f88a1dc
@ -569,7 +569,7 @@ function showHostsTab() {
|
||||
} else if (state == "Maintenance") {
|
||||
template.find(".grid_links").find("#host_action_reconnect_container, #host_action_enable_maint_container").hide();
|
||||
} else if (state == "Disconnected") {
|
||||
template.find(".grid_links").find("#host_action_reconnect_container, #host_action_enable_maint_container, #host_action_cancel_maint_container, #host_action_remove_container").hide();
|
||||
template.find(".grid_links").find("#host_action_reconnect_container, #host_action_enable_maint_container, #host_action_cancel_maint_container").hide();
|
||||
} else {
|
||||
alert("Unsupported Host State: " + state);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user