use bootstrap to render icons that formerly used jquery-ui
[myslice.git] / plugins / query_editor / templates / query_editor.html
index cde2fd4..202d9cc 100644 (file)
@@ -25,7 +25,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>