From 279d325abcee889a6b43716e67c9b0545fe59d25 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Wed, 29 Jun 2022 17:52:50 +0200 Subject: [PATCH] better loading --- ippisite/ippidb/templates/targetcentric.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ippisite/ippidb/templates/targetcentric.html b/ippisite/ippidb/templates/targetcentric.html index 6b42291f..05427d98 100644 --- a/ippisite/ippidb/templates/targetcentric.html +++ b/ippisite/ippidb/templates/targetcentric.html @@ -242,7 +242,7 @@ Comparison and druggability prediction of protein-ligand binding sites from phar {% with cavcount=forloop.counter %} {% include "targetcentric_cavity_row.html" with chaincount=chaincount cavcount=cavcount %} <tr class="collapse out collapseme{{ chaincount }}_{{ cavcount }} asnyc-construction" data-cavity-id="{{cavity.id}}" data-cavcount="{{cavcount}}" data-chaincount="{{chaincount}}"> - <td colspan="27"><i>Loading</i></td> + <td colspan="27"><span class="loader"></span></td> </tr> {% include "targetcentric_near_cavities.html" with object=cavityXXX %} {% endwith %} -- GitLab