Testbed list: Add coloration when checkbox active
[myslice.git] / portal / templates / onelab / onelab_testbed-list.html
index a0872bf..e16b4e3 100644 (file)
@@ -13,6 +13,9 @@
                          <li><a href="#"></a></li>
                        </ul>
                </div>
-               <table cellpadding="0" cellspacing="0" border="0" class="table" id="testbedList"></table>
+               <div id="testbed-list-loading"><img src="{{ STATIC_URL }}img/loading.gif" alt="Loading Testbeds" /></d    iv>
+               <div id="testbed-list-loaded" style="display:none;">
+                       <table cellpadding="0" cellspacing="0" border="0" class="table" id="testbedList"></table>
+               </div>
        </div>
-{% endblock %}
\ No newline at end of file
+{% endblock %}