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:
parent
884fec7735
commit
a442bd9792
@ -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,14 +151,14 @@ Ext.define('PBS.window.TfaRecoveryShow', {
|
||||
},
|
||||
height: '160px',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
xtype: 'component',
|
||||
xtype: 'displayfield',
|
||||
border: false,
|
||||
padding: '10 10 10 10',
|
||||
padding: '5 0 0 0',
|
||||
userCls: 'pmx-hint',
|
||||
html: gettext('Please record recovery keys - they will only be displayed now'),
|
||||
value: gettext('Please record recovery keys - they will only be displayed now'),
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
buttons: [
|
||||
|
Loading…
Reference in New Issue
Block a user