webui: remove mixed indentation in App and LoginScreen

Only spaces should be used for indentation.

It was introduced in commits:

* 7f9f59bae2
* 5d8fde0ac1

Related to: https://pagure.io/freeipa/issue/7559

Signed-off-by: Petr Vobornik <pvoborni@redhat.com>
Reviewed-By: Tibor Dudlak <tdudlak@redhat.com>
This commit is contained in:
Petr Vobornik 2018-07-20 18:55:56 +02:00 committed by Tibor Dudlák
parent 0e9fb8ac62
commit 78cefe098f
No known key found for this signature in database
GPG Key ID: 12B8BD343576CDF5
2 changed files with 5 additions and 5 deletions

View File

@ -260,13 +260,13 @@ define(['dojo/_base/declare',
{
name: 'profile',
label: text.get('@i18n:profile-menu.profile',
'Profile'),
'Profile'),
icon: 'fa-user'
},
{
name: 'password_reset',
label: text.get('@i18n:profile-menu.password_reset',
'Change password'),
'Change password'),
icon: 'fa-key'
},
{
@ -275,7 +275,7 @@ define(['dojo/_base/declare',
{
name: 'configuration',
label: text.get('@i18n:profile-menu.configuration',
'Customization'),
'Customization'),
icon: 'fa-gear'
},
{
@ -289,7 +289,7 @@ define(['dojo/_base/declare',
{
name: 'logout',
label: text.get('@i18n:profile-menu.logout',
'Log out'),
'Log out'),
icon: 'fa-sign-out'
}
]

View File

@ -97,7 +97,7 @@ define(['dojo/_base/declare',
this.cert_btn_node = IPA.button({
name: 'cert_auth',
title: text.get('@i18n:login.login_certificate_desc',
title: text.get('@i18n:login.login_certificate_desc',
'Log in using personal certificate'),
label: text.get('@i18n:login.login_certificate',
'Log In Using Certificate'),