public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Lukas Wagner <l.wagner@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup] ui: utils: fix defaultMailAuthor
Date: Thu, 25 Apr 2024 09:37:07 +0200	[thread overview]
Message-ID: <20240425073707.52816-1-l.wagner@proxmox.com> (raw)

The default mail author for SMTP and Sendmail target is
"Proxmox Backup Server - <hostname>" and not
"Proxmox Backup Server (<hostname>)".

This is just a cosmetical change which affects the empty text for the
'Author' field in the sendmail/smtp edit window.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
 www/Utils.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/Utils.js b/www/Utils.js
index 40e7cbff..1d7351a3 100644
--- a/www/Utils.js
+++ b/www/Utils.js
@@ -469,13 +469,13 @@ Ext.define('PBS.Utils', {
 		name: 'Sendmail',
 		    ipanel: 'pmxSendmailEditPanel',
 		    iconCls: 'fa-envelope-o',
-		    defaultMailAuthor: 'Proxmox Backup Server ($hostname)',
+		    defaultMailAuthor: 'Proxmox Backup Server - $hostname',
 	    },
 	    smtp: {
 		name: 'SMTP',
 		    ipanel: 'pmxSmtpEditPanel',
 		    iconCls: 'fa-envelope-o',
-		    defaultMailAuthor: 'Proxmox Backup Server ($hostname)',
+		    defaultMailAuthor: 'Proxmox Backup Server - $hostname',
 	    },
 	    gotify: {
 		name: 'Gotify',
-- 
2.39.2



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


             reply	other threads:[~2024-04-25  7:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-25  7:37 Lukas Wagner [this message]
2024-04-25  8:20 ` [pbs-devel] applied: " Thomas Lamprecht

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=20240425073707.52816-1-l.wagner@proxmox.com \
    --to=l.wagner@proxmox.com \
    --cc=pbs-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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal