mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-14 23:35:37 +00:00
change ui to 'pve-nav'
since 'nav' contains some styling we do not want (in extjs 7.0) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
6df6b89bff
commit
9d87a3338d
@ -138,7 +138,7 @@ table:not(.x-grid-item-selected) tr.x-grid-row.disabled {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.x-treelist-nav {
|
||||
.x-treelist-pve-nav {
|
||||
background-color: #f5f5f5;
|
||||
border-right: 1px solid #cfcfcf;
|
||||
}
|
||||
|
@ -58,7 +58,7 @@ Ext.define('PMG.panel.Config', {
|
||||
items: {
|
||||
xtype: 'treelist',
|
||||
itemId: 'menu',
|
||||
ui: 'nav',
|
||||
ui: 'pve-nav',
|
||||
expanderOnly: true,
|
||||
expanderFirst: false,
|
||||
animation: false,
|
||||
|
@ -233,7 +233,7 @@ Ext.define('PMG.MainView', {
|
||||
},
|
||||
}, {
|
||||
xtype: 'box',
|
||||
cls: 'x-treelist-nav',
|
||||
cls: 'x-treelist-pve-nav',
|
||||
flex: 1,
|
||||
}],
|
||||
},
|
||||
|
@ -224,5 +224,5 @@ Ext.define('PMG.view.main.NavigationTree', {
|
||||
expanderOnly: true,
|
||||
expanderFirst: false,
|
||||
store: 'NavigationStore',
|
||||
ui: 'nav',
|
||||
ui: 'pve-nav',
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user