ui: resource tree: switch settings button to more subtle inline one

This isn't something one will change often, nor it's a core feature
so reduce visibility a bit to avoid that the UI appears more crowded.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-02-22 11:25:26 +01:00
parent 8e9267f309
commit e3eb302c8b

View File

@ -461,7 +461,8 @@ Ext.define('PVE.StdWorkspace', {
selview,
{
xtype: 'button',
iconCls: 'fa fa-fw fa-gear',
cls: 'x-btn-default-toolbar-small proxmox-inline-button',
iconCls: 'fa fa-fw fa-gear x-btn-icon-el-default-toolbar-small ',
handler: () => {
Ext.create('PVE.window.TreeSettingsEdit', {
autoShow: true,