mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 08:03:24 +00:00
ui: acme: minor nits
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b9cab976b0
commit
7daaa52c0e
@ -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',
|
||||
},
|
||||
],
|
||||
|
@ -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',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user