From: Daniel Tschlatscher <d.tschlatsc...@proxmox.com> this requires a bump of the widget toolkit so the version includes the necessary widgets.
Signed-off-by: Daniel Tschlatscher <d.tschlatsc...@proxmox.com> Signed-off-by: Stefan Sterz <s.st...@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 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel