Commit b5dbac11 authored by Dietmar Maurer's avatar Dietmar Maurer

always enable console button

parent b82d8626
......@@ -152,7 +152,6 @@ Ext.define('PVE.openvz.Config', {
startBtn.setDisabled(status === 'running');
shutdownBtn.setDisabled(status !== 'running');
stopBtn.setDisabled(status === 'stopped');
consoleBtn.setDisabled(status !== 'running');
removeBtn.setDisabled(status !== 'stopped');
});
......
......@@ -155,7 +155,6 @@ Ext.define('PVE.qemu.Config', {
resetBtn.setDisabled(status !== 'running');
shutdownBtn.setDisabled(status !== 'running');
stopBtn.setDisabled(status === 'stopped');
consoleBtn.setDisabled(status !== 'running');
removeBtn.setDisabled(status !== 'stopped');
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment