[pve-devel] [PATCH manager] fix #2122: use correct format in help text of timefield

Dominik Csapak d.csapak at proxmox.com
Wed Mar 6 09:59:23 CET 2019


this is shown on mouseover and read by textreaders

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/manager6/dc/Backup.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/dc/Backup.js b/www/manager6/dc/Backup.js
index 7f1bde9a..e16e9783 100644
--- a/www/manager6/dc/Backup.js
+++ b/www/manager6/dc/Backup.js
@@ -149,6 +149,7 @@ Ext.define('PVE.dc.BackupEdit', {
 		fieldLabel: gettext('Start Time'),
 		name: 'starttime',
 		format: 'H:i',
+		formatText: 'HH:MM',
 		value: '00:00',
 		allowBlank: false
 	    },
-- 
2.11.0





More information about the pve-devel mailing list