mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 06:29:35 +00:00
always enable console button
This commit is contained in:
parent
176eee4fec
commit
dd7f2655a7
@ -152,7 +152,6 @@ Ext.define('PVE.openvz.Config', {
|
|||||||
startBtn.setDisabled(status === 'running');
|
startBtn.setDisabled(status === 'running');
|
||||||
shutdownBtn.setDisabled(status !== 'running');
|
shutdownBtn.setDisabled(status !== 'running');
|
||||||
stopBtn.setDisabled(status === 'stopped');
|
stopBtn.setDisabled(status === 'stopped');
|
||||||
consoleBtn.setDisabled(status !== 'running');
|
|
||||||
removeBtn.setDisabled(status !== 'stopped');
|
removeBtn.setDisabled(status !== 'stopped');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -155,7 +155,6 @@ Ext.define('PVE.qemu.Config', {
|
|||||||
resetBtn.setDisabled(status !== 'running');
|
resetBtn.setDisabled(status !== 'running');
|
||||||
shutdownBtn.setDisabled(status !== 'running');
|
shutdownBtn.setDisabled(status !== 'running');
|
||||||
stopBtn.setDisabled(status === 'stopped');
|
stopBtn.setDisabled(status === 'stopped');
|
||||||
consoleBtn.setDisabled(status !== 'running');
|
|
||||||
removeBtn.setDisabled(status !== 'stopped');
|
removeBtn.setDisabled(status !== 'stopped');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user