Dashboard: link to a single platform in the list of testbeds - http://trac.myslice...
[myslice.git] / plugins / query_editor / templates / query_editor.html
index cde2fd4..9afba08 100644 (file)
@@ -6,9 +6,8 @@ EOF;
            $filter_input = "<input id='filter_value' type=text size=5></input>";
 
 EOF; -->
-
-<div>
-  <table id='{{domid}}__table' class='query-editor columns'>
+<div class='query-editor-spacer'>
+  <table id='{{domid}}__table' class='query-editor'>
     <thead>
       <tr>
         <th class='center'>Info</th>
@@ -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>