ui: tfa: webautn: move spinning icon down to waiting message

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-27 19:44:07 +01:00
parent e90fdf5bed
commit 44915932d5

View File

@ -491,12 +491,11 @@ Ext.define('PBS.login.TfaWindow', {
items: [ items: [
{ {
xtype: 'box', xtype: 'box',
html: `<i class="fa fa-refresh fa-spin fa-fw"></i>` + html: gettext('Please insert your authentication device and press its button'),
gettext('Please insert your authenticator device and press its button'),
}, },
{ {
xtype: 'box', xtype: 'box',
html: gettext('Waiting for second factor.'), html: gettext('Waiting for second factor.') +`<i class="fa fa-refresh fa-spin fa-fw"></i>`,
reference: 'webAuthnWaiting', reference: 'webAuthnWaiting',
hidden: true, hidden: true,
}, },