From 063f79eda0bf9bbaa5a86473c5df6a5e285301ec Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 28 Jun 2017 09:19:49 +0200 Subject: [PATCH] grid/replication: show textual description of default value When a user sees this the first time and wants to add a job he shouldn't be confused what the default value means, so display this through the emptyText property, which does not get submitted to the backend. Signed-off-by: Thomas Lamprecht --- www/manager6/grid/Replication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/grid/Replication.js b/www/manager6/grid/Replication.js index 6381c63a..6bd9aa03 100644 --- a/www/manager6/grid/Replication.js +++ b/www/manager6/grid/Replication.js @@ -35,7 +35,7 @@ Ext.define('PVE.window.ReplicaEdit', { { xtype: 'pveCalendarEvent', fieldLabel: gettext('Schedule'), - emptyText: '*/15', + emptyText: '*/15 - ' + gettext('Every 15 minutes'), name: 'schedule' }, { -- 2.39.5