mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-15 21:29:28 +00:00
ui: pbs key show: improve labelWidth for 'Key' in translations
it is not that short in other languages, e.g. German Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ba854589f4
commit
13a0434066
@ -31,7 +31,7 @@ Ext.define('PVE.Storage.PBSKeyShow', {
|
|||||||
{
|
{
|
||||||
xtype: 'textfield',
|
xtype: 'textfield',
|
||||||
fieldLabel: gettext('Key'),
|
fieldLabel: gettext('Key'),
|
||||||
labelWidth: 30,
|
labelWidth: 80,
|
||||||
inputId: 'encryption-key-value',
|
inputId: 'encryption-key-value',
|
||||||
cbind: {
|
cbind: {
|
||||||
value: '{key}',
|
value: '{key}',
|
||||||
|
Loading…
Reference in New Issue
Block a user