mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-10-04 19:17:31 +00:00
ui: panel/ConfigPanel: change ui class to pve-nav
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
cd79166d74
commit
c8d72c05ca
@ -486,7 +486,7 @@ div.right-aligned {
|
|||||||
background-color: #FFCC00;
|
background-color: #FFCC00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-treelist-nav {
|
.x-treelist-pve-nav {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ Ext.define('PVE.panel.Config', {
|
|||||||
items: {
|
items: {
|
||||||
xtype: 'treelist',
|
xtype: 'treelist',
|
||||||
itemId: 'menu',
|
itemId: 'menu',
|
||||||
ui: 'nav',
|
ui: 'pve-nav',
|
||||||
expanderOnly: true,
|
expanderOnly: true,
|
||||||
expanderFirst: false,
|
expanderFirst: false,
|
||||||
animation: false,
|
animation: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user