ui: window/AddTfaRecovery: fix style of TfaRecoveryShow window

to have a more similar layout/spacing to our other windows

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-01-13 12:06:52 +01:00 committed by Thomas Lamprecht
parent 884fec7735
commit a442bd9792

View File

@ -131,15 +131,13 @@ Ext.define('PBS.window.TfaRecoveryShow', {
items: [
{
xtype: 'container',
layout: 'form',
xtype: 'form',
layout: 'anchor',
bodyPadding: 10,
border: false,
fieldDefaults: {
labelWidth: 100,
anchor: '100%',
},
padding: '0 10 10 10',
items: [
{
xtype: 'textarea',
@ -153,15 +151,15 @@ Ext.define('PBS.window.TfaRecoveryShow', {
},
height: '160px',
},
{
xtype: 'displayfield',
border: false,
padding: '5 0 0 0',
userCls: 'pmx-hint',
value: gettext('Please record recovery keys - they will only be displayed now'),
},
],
},
{
xtype: 'component',
border: false,
padding: '10 10 10 10',
userCls: 'pmx-hint',
html: gettext('Please record recovery keys - they will only be displayed now'),
},
],
buttons: [
{