ui: add browser settings window

mostly copied from pve (for now; will refactor when i add it to
pmg too (soon)) without the pve specific features like dashboard
storages

contains some eslint fixes comparing to pves window

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2021-02-19 15:40:48 +01:00
committed by Dietmar Maurer
parent f26276bc4e
commit 85eedfb78b
3 changed files with 273 additions and 0 deletions

View File

@ -230,6 +230,11 @@ Ext.define('PBS.MainView', {
margin: '0 5 0 0',
iconCls: 'fa fa-user',
menu: [
{
iconCls: 'fa fa-gear',
text: gettext('My Settings'),
handler: () => Ext.create('PBS.window.Settings').show(),
},
{
iconCls: 'fa fa-language',
text: gettext('Language'),