[pve-devel] [PATCH manager v2] ui: node: use plug icon for node shutdown
Aaron Lauterer
a.lauterer at proxmox.com
Wed Jul 2 11:52:02 CEST 2025
this makes it optically different to the guest shutdown and hopefully
helps to avoid confusion and accidential node shutdowns.
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
Notes:
changes since:
v1:
* rebased with updated indentations
This came up in the forum and I do like the idea and the change is small
enough to just quickly do it
https://forum.proxmox.com/threads/disable-server-shutdown-restart-from-the-web-interface.12602/page-2#post-769235
www/manager6/node/Config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/node/Config.js b/www/manager6/node/Config.js
index 4cd1671c..8946a616 100644
--- a/www/manager6/node/Config.js
+++ b/www/manager6/node/Config.js
@@ -117,7 +117,7 @@ Ext.define('PVE.node.Config', {
handler: function () {
node_command('shutdown');
},
- iconCls: 'fa fa-power-off',
+ iconCls: 'fa fa-plug',
});
var shellBtn = Ext.create('PVE.button.ConsoleButton', {
--
2.39.5
More information about the pve-devel
mailing list