mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
fix font for login modal alerts
This commit is contained in:
@@ -81,6 +81,7 @@
|
|||||||
|
|
||||||
.LoginModal-alert {
|
.LoginModal-alert {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LoginModal-alert.ng-hide {
|
.LoginModal-alert.ng-hide {
|
||||||
|
|||||||
@@ -14,16 +14,28 @@
|
|||||||
Welcome to Ansible Tower! Please sign in.
|
Welcome to Ansible Tower! Please sign in.
|
||||||
</div>
|
</div>
|
||||||
<div class="LoginModal-alert LoginModal-alert--error" ng-show="sessionExpired">
|
<div class="LoginModal-alert LoginModal-alert--error" ng-show="sessionExpired">
|
||||||
<i class="LoginModal-alertIcon fa fa-exclamation-triangle">Your session timed out due to inactivity. Please sign in.</i>
|
<i class="LoginModal-alertIcon fa fa-exclamation-triangle"></i>
|
||||||
|
<div class="LoginModal-alertText">
|
||||||
|
Your session timed out due to inactivity. Please sign in.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="LoginModal-alert LoginModal-alert--error" ng-show="sessionLimitExpired">
|
<div class="LoginModal-alert LoginModal-alert--error" ng-show="sessionLimitExpired">
|
||||||
<i class="LoginModal-alertIcon fa fa-exclamation-triangle">Maximum per-user sessions reached. Please sign in.</i>
|
<i class="LoginModal-alertIcon fa fa-exclamation-triangle"></i>
|
||||||
|
<div class="LoginModal-alertText">
|
||||||
|
Maximum per-user sessions reached. Please sign in.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="LoginModal-alert LoginModal-alert--error" ng-show="attemptFailed">
|
<div class="LoginModal-alert LoginModal-alert--error" ng-show="attemptFailed">
|
||||||
<i class="LoginModal-alertIcon fa fa-exclamation-triangle">Invalid username and/or password. Please try again.</i>
|
<i class="LoginModal-alertIcon fa fa-exclamation-triangle"></i>
|
||||||
|
<div class="LoginModal-alertText">
|
||||||
|
Invalid username and/or password. Please try again.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="LoginModal-alert LoginModal-alert--error" ng-show="thirdPartyAttemptFailed">
|
<div class="LoginModal-alert LoginModal-alert--error" ng-show="thirdPartyAttemptFailed">
|
||||||
<i class="LoginModal-alertIcon fa fa-exclamation-triangle">{{ thirdPartyAttemptFailed }}</i>
|
<i class="LoginModal-alertIcon fa fa-exclamation-triangle"></i>
|
||||||
|
<div class="LoginModal-alertText">
|
||||||
|
{{ thirdPartyAttemptFailed }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<form id="login-form"
|
<form id="login-form"
|
||||||
name="loginForm"
|
name="loginForm"
|
||||||
|
|||||||
Reference in New Issue
Block a user