]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/MailProxyConfiguration.js
spam detector: custom rules: move apply/revert buttons to pending section
[pmg-gui.git] / js / MailProxyConfiguration.js
index 55283c7d6075135f1444eb8960bb3e3d3be384cc..7e790433f1f0d5c393f0c97e878ee06db17a71e5 100644 (file)
@@ -12,42 +12,42 @@ Ext.define('PMG.MailProxyConfiguration', {
        {
            itemId: 'relaying',
            title: gettext('Relaying'),
-           xtype: 'pmgMailProxyRelaying'
+           xtype: 'pmgMailProxyRelaying',
        },
        {
            itemId: 'relaydomains',
            title: gettext('Relay Domains'),
-           xtype: 'pmgRelayDomains'
+           xtype: 'pmgRelayDomains',
        },
        {
            itemId: 'ports',
            title: gettext('Ports'),
-           xtype: 'pmgMailProxyPorts'
+           xtype: 'pmgMailProxyPorts',
        },
        {
            itemId: 'options',
            title: gettext('Options'),
-           xtype: 'pmgMailProxyOptions'
+           xtype: 'pmgMailProxyOptions',
        },
        {
            itemId: 'transports',
            title: gettext('Transports'),
-           xtype: 'pmgTransport'
+           xtype: 'pmgTransport',
        },
        {
            itemId: 'networks',
            title: gettext('Networks'),
-           xtype: 'pmgMyNetworks'
+           xtype: 'pmgMyNetworks',
        },
        {
            itemId: 'tls',
            title: gettext('TLS'),
-           xtype: 'pmgMailProxyTLSPanel'
+           xtype: 'pmgMailProxyTLSPanel',
        },
        {
            itemId: 'dkim',
            title: gettext('DKIM'),
-           xtype: 'pmgMailProxyDKIMPanel'
+           xtype: 'pmgMailProxyDKIMPanel',
        },
        {
            itemId: 'whitelist',
@@ -56,9 +56,9 @@ Ext.define('PMG.MailProxyConfiguration', {
            hideGroupInfo: true,
            showDirection: true,
            otype_list: [1000, 1009, 1001, 1007, 1002, 1008, 1003, 1004],
-           baseurl: '/config/whitelist'
-       }
-   ]
+           baseurl: '/config/whitelist',
+       },
+   ],
 });