]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: resource tree: switch settings button to more subtle inline one
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Feb 2023 10:25:26 +0000 (11:25 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Feb 2023 10:32:37 +0000 (11:32 +0100)
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>
www/manager6/Workspace.js

index a2fbc0be93f4b5188a3bf8f3b338807be4c0985c..0c8869a74458220fdc4be2f33565ac17c889b25f 100644 (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,