mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-24 10:22:07 +01:00
5 lines
117 B
HTML
5 lines
117 B
HTML
{% load staticfiles %}
|
|
<div class="loading text-center">
|
|
<img src="{% static 'img/ajax-loader.gif' %}" />
|
|
</div>
|