[pve-devel] [PATCH manager v1 1/4] gui: create user info menu intro for selecting the theme
Stefan Sterz
s.sterz at proxmox.com
Wed Mar 8 17:40:06 CET 2023
From: Daniel Tschlatscher <d.tschlatscher at proxmox.com>
this requires a bump of the widget toolkit so the version includes the
necessary widgets.
Signed-off-by: Daniel Tschlatscher <d.tschlatscher at proxmox.com>
Signed-off-by: Stefan Sterz <s.sterz at proxmox.com>
---
www/manager6/Workspace.js | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/www/manager6/Workspace.js b/www/manager6/Workspace.js
index 0c8869a7..78ab37b6 100644
--- a/www/manager6/Workspace.js
+++ b/www/manager6/Workspace.js
@@ -395,6 +395,14 @@ Ext.define('PVE.StdWorkspace', {
me.selectById('root');
},
},
+ {
+ iconCls: 'fa fa-paint-brush',
+ text: gettext('Theme'),
+ handler: function() {
+ Ext.create('Proxmox.window.ThemeEditWindow')
+ .show();
+ },
+ },
{
iconCls: 'fa fa-language',
text: gettext('Language'),
--
2.30.2
More information about the pve-devel
mailing list