mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 09:59:33 +00:00
gui: create user info menu intro for selecting the theme
this requires a bump of the widget toolkit so the version includes the necessary widgets. Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com> Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
parent
b8febbcc60
commit
d975d810b4
@ -395,6 +395,14 @@ Ext.define('PVE.StdWorkspace', {
|
|||||||
me.selectById('root');
|
me.selectById('root');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
iconCls: 'fa fa-paint-brush',
|
||||||
|
text: gettext('Theme'),
|
||||||
|
handler: function() {
|
||||||
|
Ext.create('Proxmox.window.ThemeEditWindow')
|
||||||
|
.show();
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
iconCls: 'fa fa-language',
|
iconCls: 'fa fa-language',
|
||||||
text: gettext('Language'),
|
text: gettext('Language'),
|
||||||
|
Loading…
Reference in New Issue
Block a user