Dashboard: link to a single platform in the list of testbeds - http://trac.myslice...
[unfold.git] / plugins / query_editor / templates / query_editor.html
index d86eec6..9afba08 100644 (file)
@@ -6,8 +6,7 @@ EOF;
            $filter_input = "<input id='filter_value' type=text size=5></input>";
 
 EOF; -->
-
-<div>
+<div class='query-editor-spacer'>
   <table id='{{domid}}__table' class='query-editor'>
     <thead>
       <tr>
@@ -25,7 +24,7 @@ EOF; -->
     {% for field in fields %}
 
       <tr>
-        <td class='center'><span class='ui-icon ui-icon-triangle-1-e' style='cursor:pointer'></span></td>
+        <td class='center'><span class='glyphicon glyphicon-chevron-right' style='cursor:pointer'></span></td>
         <td class='center'>{{ field.name }}</td>
         <td class='center'>{{ field.resource_type }}</td>
         <td class='center'>{{ field.type }}</td>