Spinner loading wheel on tree view

This commit is contained in:
Maxime Beauchemin 2014-12-06 17:06:23 +00:00
Родитель c47012521c
Коммит 901106b7b0
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,8 @@
{% block body %}
{{ super() }}
<div id="svg_container">
<img id='loading' width="50"
src="{{ url_for('static', filename='loading.gif') }}">
<svg class='tree' width="100%"></svg>
</div>
{% endblock %}
@ -240,6 +242,7 @@ function update(source) {
d.y0 = d.y;
});
$('#loading').remove()
}
function set_tooltip(){