]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/UserManagement.js
mail proxy: networks: consitent add/edit/remove button & modernization
[pmg-gui.git] / js / UserManagement.js
index d81a4cc7e6a29cabbea746c8716ab969044cc49f..65fabbf9c0d2279de871887d66d6035b5044b649 100644 (file)
@@ -15,6 +15,13 @@ Ext.define('PMG.UserManagement', {
            itemId: 'local',
            iconCls: 'fa fa-user',
        },
+       {
+           xtype: 'pmgTFAView',
+           title: 'Two Factor',
+           itemId: 'tfa',
+           iconCls: 'fa fa-key',
+           issuerName: `Proxmox Mail Gateway - ${Proxmox.NodeName}`,
+       },
        {
            xtype: 'pmgLDAPConfig',
            title: 'LDAP',
@@ -27,11 +34,5 @@ Ext.define('PMG.UserManagement', {
            itemId: 'pop',
            iconCls: 'fa fa-reply-all',
        },
-       {
-           xtype: 'pmxTfaView',
-           title: 'Two Factor',
-           itemId: 'tfa',
-           iconCls: 'fa fa-key',
-       },
     ],
 });