[pmg-devel] applied-series: [PATCH pmg-gui v3 1/2] mail-proxy-relaying: format function arguments

Stoiko Ivanov s.ivanov at proxmox.com
Fri Dec 15 16:31:42 CET 2023


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 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
> 
> 
> 
> _______________________________________________
> pmg-devel mailing list
> pmg-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
> 
> 




More information about the pmg-devel mailing list