From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] applied: [PATCH pmg-gui] virusquarantine: fix time format
Date: Mon, 14 Jun 2021 10:19:57 +0200 [thread overview]
Message-ID: <20210614081957.9762-1-s.ivanov@proxmox.com> (raw)
Ext js orients itself on php's date function, which uses 'i' for
minutes ('m' is the month as integer)[0].
Reported via our community-forum:
https://forum.proxmox.com/threads/time-display-bug-in-virus-quarantine.90816/
Quickly tested on my test-setup
[0] https://docs.sencha.com/extjs/7.0.0/modern/Ext.Date.html
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
directly applied this one, since it's a very small change. Additionally quickly
skimmed through the pmg-gui sources for other occurences of 'm' for minutes.
js/VirusQuarantine.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/VirusQuarantine.js b/js/VirusQuarantine.js
index 6ff1c17..7f27188 100644
--- a/js/VirusQuarantine.js
+++ b/js/VirusQuarantine.js
@@ -147,7 +147,7 @@ Ext.define('PMG.VirusQuarantine', {
xtype: 'datecolumn',
header: gettext('Time'),
dataIndex: 'time',
- format: 'H:m:s',
+ format: 'H:i:s',
},
],
},
--
2.20.1
reply other threads:[~2021-06-14 8:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20210614081957.9762-1-s.ivanov@proxmox.com \
--to=s.ivanov@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