]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/UserManagement.js
regex tester: make textfield flex to take all remaining space
[pmg-gui.git] / js / UserManagement.js
index b5cf2a2edb585886994c5278c59d3ff9489312fc..65fabbf9c0d2279de871887d66d6035b5044b649 100644 (file)
@@ -16,10 +16,11 @@ Ext.define('PMG.UserManagement', {
            iconCls: 'fa fa-user',
        },
        {
-           xtype: 'pmxTfaView',
+           xtype: 'pmgTFAView',
            title: 'Two Factor',
            itemId: 'tfa',
            iconCls: 'fa fa-key',
+           issuerName: `Proxmox Mail Gateway - ${Proxmox.NodeName}`,
        },
        {
            xtype: 'pmgLDAPConfig',