mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 07:51:51 -05:00
UI side of the session limit
includes the 'control' socket, kicking the user out, and adjusting the expireSession function based on the reason
This commit is contained in:
@@ -6,13 +6,17 @@
|
||||
ng-src="/static/assets/{{ customLogo }}" >
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="LoginModal-alert" ng-show="!sessionExpired">
|
||||
<div class="LoginModal-alert" ng-show="!sessionExpired && !sessionLimitExpired">
|
||||
Welcome to Ansible Tower! Please sign in.
|
||||
</div>
|
||||
<div class="LoginModal-alert" ng-show="sessionExpired">
|
||||
Your session timed out due to inactivity. Please
|
||||
sign in.
|
||||
</div>
|
||||
<div class="LoginModal-alert" ng-show="sessionLimitExpired">
|
||||
Maximum per-user sessions reached. Please
|
||||
sign in.
|
||||
</div>
|
||||
<form id="login-form"
|
||||
name="loginForm"
|
||||
class="form-horizontal"
|
||||
|
||||
Reference in New Issue
Block a user