Initial config CSS animation
Uses CSS animation instead of GIF; GIF animation stops when browser navigation begins, CSS continues.
This commit is contained in:
@@ -39,7 +39,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="dialogWait" title="Please Wait" class="dialog">
|
||||
<h2><span class="ajaxLoading"></span>Validating Configuration</h2>
|
||||
<h2>
|
||||
<i class="fa fa-lg fa-cog fa-spin"></i>
|
||||
Validating Configuration
|
||||
</h2>
|
||||
<div>Please wait while the Disco configuration is validated</div>
|
||||
</div>
|
||||
@using (Html.BeginForm())
|
||||
|
||||
Reference in New Issue
Block a user