]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/NavigationTree.js
tfa: avoid trailing space on WebAuthn
[pmg-gui.git] / js / NavigationTree.js
index ac01fd6a0212c24a9f97fe2da217c32bd12366b9..2c4d5a5e78d8e4c5eabfeb02b95e70839e41128f 100644 (file)
@@ -92,6 +92,12 @@ Ext.define('PMG.store.NavigationStore', {
                        path: 'pmgBackupConfiguration',
                        leaf: true,
                    },
+                   {
+                       text: gettext('Certificates'),
+                       iconCls: 'fa fa-certificate',
+                       path: 'pmgCertificateConfiguration',
+                       leaf: true,
+                   },
                ],
            },
            {
@@ -218,5 +224,5 @@ Ext.define('PMG.view.main.NavigationTree', {
     expanderOnly: true,
     expanderFirst: false,
     store: 'NavigationStore',
-    ui: 'nav',
+    ui: 'pve-nav',
 });