public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ui: node: use plug icon for node shutdown
@ 2025-05-07 12:44 Aaron Lauterer
  2025-07-02  9:52 ` Aaron Lauterer
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Lauterer @ 2025-05-07 12:44 UTC (permalink / raw)
  To: pve-devel

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@proxmox.com>
---
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 f4d3ff8a..d08e9478 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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [pve-devel] [PATCH manager] ui: node: use plug icon for node shutdown
  2025-05-07 12:44 [pve-devel] [PATCH manager] ui: node: use plug icon for node shutdown Aaron Lauterer
@ 2025-07-02  9:52 ` Aaron Lauterer
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Lauterer @ 2025-07-02  9:52 UTC (permalink / raw)
  To: pve-devel

sent a v2 which rebased on the updated indentations
https://lore.proxmox.com/pve-devel/20250702095202.2570401-1-a.lauterer@proxmox.com/T/#u

On  2025-05-07  14:44, Aaron Lauterer wrote:
> 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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-02  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-07 12:44 [pve-devel] [PATCH manager] ui: node: use plug icon for node shutdown Aaron Lauterer
2025-07-02  9:52 ` Aaron Lauterer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal