]> git.proxmox.com Git - pmg-gui.git/commitdiff
quarantine view: change ui to pve-nav
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 3 Jul 2021 20:47:37 +0000 (22:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 3 Jul 2021 20:47:39 +0000 (22:47 +0200)
since 'nav' contains some styling we do not want (in extjs 7.0)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/QuarantineView.js

index 9094e97075139e9fa06ddd8812006450fc1b0c80..b2e545b7d903e910b424de5a1d9237a15dd6444c 100644 (file)
@@ -39,7 +39,7 @@ Ext.define('PMG.QuarantineNavigationTree', {
     animation: false,
     expanderOnly: true,
     expanderFirst: false,
-    ui: 'nav',
+    ui: 'pve-nav',
 });
 
 Ext.define('PMG.QuarantineView', {