fix layout for session expired (timeout)
This commit is contained in:
parent
a08695e94e
commit
cd3441fcf0
3 changed files with 16 additions and 10 deletions
|
|
@ -38,6 +38,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div ng-show="sessionExpired" class="session-expired">
|
||||
<i class="fi-battery-empty size-72 text-gray"></i>
|
||||
<p class="text-gray size-18">Your session is about to expire due to inactivity in {{countdown}} seconds</p>
|
||||
</div>
|
||||
|
||||
<div class="off-canvas-wrap" ng-show="!signingOut">
|
||||
<div class="inner-wrap">
|
||||
<span class="status" ng-if="$root.reconnecting">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue