Use a proper spinning wheel icon
This commit is contained in:
parent
b5273eed7a
commit
176b8cab7e
|
@ -507,11 +507,15 @@
|
|||
[% END %]
|
||||
|
||||
[% IF drvAvailable %]
|
||||
<div id="tabs-build-deps" class="tab-pane"><i class="icon-time icon-black"></i></div>
|
||||
<div id="tabs-build-deps" class="tab-pane">
|
||||
<center><img src="/static/images/ajax-loader.gif" alt="Loading..." /></center>
|
||||
</div>
|
||||
[% END %]
|
||||
|
||||
[% IF available %]
|
||||
<div id="tabs-runtime-deps" class="tab-pane"><i class="icon-time icon-black"></i></div>
|
||||
<div id="tabs-runtime-deps" class="tab-pane">
|
||||
<center><img src="/static/images/ajax-loader.gif" alt="Loading..." /></center>
|
||||
</div>
|
||||
[% END %]
|
||||
|
||||
</div>
|
||||
|
|
BIN
src/root/static/images/ajax-loader.gif
Normal file
BIN
src/root/static/images/ajax-loader.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in a new issue