[pmg-devel] [PATCH pmg-gui 1/2] mail-proxy-relaying: format function arguments
Maximiliano Sandoval
m.sandoval at proxmox.com
Thu Sep 7 15:47:03 CEST 2023
In the next commit we add a new parameter.
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
js/MailProxyRelaying.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/js/MailProxyRelaying.js b/js/MailProxyRelaying.js
index ace9575..411c9b4 100644
--- a/js/MailProxyRelaying.js
+++ b/js/MailProxyRelaying.js
@@ -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,
--
2.39.2
More information about the pmg-devel
mailing list