From: Daniel Tschlatscher <[email protected]>

this requires a bump of the widget toolkit so the version includes the
necessary widgets.

Signed-off-by: Daniel Tschlatscher <[email protected]>
Signed-off-by: Stefan Sterz <[email protected]>
---
 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



_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to