]> git.proxmox.com Git - pmg-gui.git/commitdiff
tfa: move tab-panel besides User one
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 28 Nov 2021 19:23:19 +0000 (20:23 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 28 Nov 2021 19:23:19 +0000 (20:23 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/UserManagement.js

index d81a4cc7e6a29cabbea746c8716ab969044cc49f..b5cf2a2edb585886994c5278c59d3ff9489312fc 100644 (file)
@@ -15,6 +15,12 @@ Ext.define('PMG.UserManagement', {
            itemId: 'local',
            iconCls: 'fa fa-user',
        },
+       {
+           xtype: 'pmxTfaView',
+           title: 'Two Factor',
+           itemId: 'tfa',
+           iconCls: 'fa fa-key',
+       },
        {
            xtype: 'pmgLDAPConfig',
            title: 'LDAP',
@@ -27,11 +33,5 @@ Ext.define('PMG.UserManagement', {
            itemId: 'pop',
            iconCls: 'fa fa-reply-all',
        },
-       {
-           xtype: 'pmxTfaView',
-           title: 'Two Factor',
-           itemId: 'tfa',
-           iconCls: 'fa fa-key',
-       },
     ],
 });