]> git.proxmox.com Git - pmg-gui.git/commitdiff
mail-proxy-relaying: format function arguments
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Thu, 14 Sep 2023 13:18:12 +0000 (15:18 +0200)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 15 Dec 2023 15:12:24 +0000 (16:12 +0100)
In the next commit we add a new parameter.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
js/MailProxyRelaying.js

index ace95752fc0f3737a99f4e13deb4e93d31e905cc..411c9b44a935600fd7efdc3cba8e325e0f27bd7d 100644 (file)
@@ -7,8 +7,10 @@ Ext.define('PMG.MailProxyRelaying', {
     initComponent: function() {
        var me = this;
 
-       me.add_text_row('relay', gettext('Default Relay'),
-                       { deleteEmpty: true, defaultValue: Proxmox.Utils.noneText });
+       me.add_text_row('relay', gettext('Default Relay'), {
+           deleteEmpty: true,
+           defaultValue: Proxmox.Utils.noneText,
+       });
 
        me.add_integer_row('relayport', gettext('Relay Port'), {
            defaultValue: 25,