From 7daaa52c0ebf209801503f28efc6df2c298e1133 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 5 May 2020 19:43:12 +0200 Subject: [PATCH] ui: acme: minor nits Signed-off-by: Thomas Lamprecht --- www/manager6/dc/ACMEPluginEdit.js | 8 ++++---- www/manager6/form/ACMEAPiSelector.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/manager6/dc/ACMEPluginEdit.js b/www/manager6/dc/ACMEPluginEdit.js index 323e2c5d..d85bc4a8 100644 --- a/www/manager6/dc/ACMEPluginEdit.js +++ b/www/manager6/dc/ACMEPluginEdit.js @@ -6,7 +6,7 @@ Ext.define('PVE.dc.ACMEPluginEditor', { isAdd: true, isCreate: false, - width: 400, + width: 450, url: '/cluster/acme/plugins/', subject: gettext('Plugin'), @@ -144,7 +144,7 @@ Ext.define('PVE.dc.ACMEPluginEditor', { }, name: 'plugin', labelWidth: 120, - fieldLabel: gettext('Plugin'), + fieldLabel: gettext('Plugin ID'), }, { xtype: 'proxmoxintegerfield', @@ -156,7 +156,7 @@ Ext.define('PVE.dc.ACMEPluginEditor', { deleteEmpty: '{!isCreate}', }, minValue: 0, - maxValue: 172800, + maxValue: 48*60*60, }, { xtype: 'pveACMEApiSelector', @@ -170,9 +170,9 @@ Ext.define('PVE.dc.ACMEPluginEditor', { }, }, { + xtype: 'textarea', fieldLabel: gettext('API Data'), labelWidth: 120, - xtype: 'textarea', name: 'data', }, ], diff --git a/www/manager6/form/ACMEAPiSelector.js b/www/manager6/form/ACMEAPiSelector.js index 2ae64f39..2cf848a1 100644 --- a/www/manager6/form/ACMEAPiSelector.js +++ b/www/manager6/form/ACMEAPiSelector.js @@ -12,7 +12,7 @@ Ext.define('PVE.form.ACMEApiSelector', { extend: 'Ext.form.field.ComboBox', alias: 'widget.pveACMEApiSelector', - fieldLabel: gettext('API'), + fieldLabel: gettext('DNS API'), displayField: 'name', valueField: 'id',