mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
adding default value for idle modal
This commit is contained in:
parent
a0f327e6c5
commit
095f8d349d
@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
<!-- Password Dialog -->
|
<!-- Password Dialog -->
|
||||||
<div id="password-modal" style="display: none;"></div>
|
<div id="password-modal" style="display: none;"></div>
|
||||||
<div id="idle-modal" style="display:none">Your session will expire in <span id="remaining_seconds"></span> seconds, would you like to continue?</div>
|
<div id="idle-modal" style="display:none">Your session will expire in <span id="remaining_seconds">60</span> seconds, would you like to continue?</div>
|
||||||
|
|
||||||
<!-- Generic Form dialog -->
|
<!-- Generic Form dialog -->
|
||||||
<div id="form-modal" class="modal fade">
|
<div id="form-modal" class="modal fade">
|
||||||
|
Loading…
Reference in New Issue
Block a user