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',