From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: Maximiliano Sandoval <m.sandoval@proxmox.com>
Cc: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] applied-series: [PATCH pmg-gui v3 1/2] mail-proxy-relaying: format function arguments
Date: Fri, 15 Dec 2023 16:31:42 +0100 [thread overview]
Message-ID: <ZXxxXpXLuf9mAbLx@rosa.proxmox.com> (raw)
In-Reply-To: <20230914131813.3143701-1-m.sandoval@proxmox.com>
applied both patches - thanks!
On Thu, Sep 14, 2023 at 03:18:12PM +0200, Maximiliano Sandoval wrote:
> In the next commit we add a new parameter.
>
> Signed-off-by: Maximiliano Sandoval <m.sandoval@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
>
>
>
> _______________________________________________
> pmg-devel mailing list
> pmg-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
>
>
prev parent reply other threads:[~2023-12-15 15:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-14 13:18 [pmg-devel] " Maximiliano Sandoval
2023-09-14 13:18 ` [pmg-devel] [PATCH pmg-gui v3 2/2] mail-proxy-relaying: add help to Default Relay Maximiliano Sandoval
2023-12-14 14:02 ` Maximiliano Sandoval
2023-12-15 15:31 ` Stoiko Ivanov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZXxxXpXLuf9mAbLx@rosa.proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=m.sandoval@proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox