mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 21:53:40 +00:00
ui: subscription upload: increase window and label width
Quite a few translations produce a longer label here, so account for that, the window is still very small. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
67dc81829f
commit
a341730bd4
@ -2,13 +2,14 @@ Ext.define('PVE.node.SubscriptionKeyEdit', {
|
||||
extend: 'Proxmox.window.Edit',
|
||||
|
||||
title: gettext('Upload Subscription Key'),
|
||||
width: 300,
|
||||
width: 350,
|
||||
|
||||
items: {
|
||||
xtype: 'textfield',
|
||||
name: 'key',
|
||||
value: '',
|
||||
fieldLabel: gettext('Subscription Key'),
|
||||
labelWidth: 120,
|
||||
},
|
||||
|
||||
initComponent: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user