ui: panel/ConfigPanel: change ui class to pve-nav

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-05-26 11:01:09 +02:00 committed by Thomas Lamprecht
parent cd79166d74
commit c8d72c05ca
2 changed files with 2 additions and 2 deletions

View File

@ -486,7 +486,7 @@ div.right-aligned {
background-color: #FFCC00;
}
.x-treelist-nav {
.x-treelist-pve-nav {
background-color: #f5f5f5;
}

View File

@ -61,7 +61,7 @@ Ext.define('PVE.panel.Config', {
items: {
xtype: 'treelist',
itemId: 'menu',
ui: 'nav',
ui: 'pve-nav',
expanderOnly: true,
expanderFirst: false,
animation: false,