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:
Dominik Csapak 2020-11-25 13:04:37 +01:00 committed by Thomas Lamprecht
parent ba854589f4
commit 13a0434066

View File

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