mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-16 16:52:17 -06:00
Added an AJAX spinner
This commit is contained in:
4
netbox/templates/inc/ajax_loader.html
Normal file
4
netbox/templates/inc/ajax_loader.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{% load staticfiles %}
|
||||
<div class="loading text-center">
|
||||
<img src="{% static 'img/ajax-loader.gif' %}" />
|
||||
</div>
|
||||
Reference in New Issue
Block a user