]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/UserManagement.js
spam info grid: add score depending background colors gradations
[pmg-gui.git] / js / UserManagement.js
index 85e41e5297b36bac54e205b53bdab220accc411e..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',
@@ -29,5 +36,3 @@ Ext.define('PMG.UserManagement', {
        },
     ],
 });
-
-