mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 09:59:33 +00:00
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:
parent
8e9267f309
commit
e3eb302c8b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user