simplified manifold config (one url will do just fine)
[unfold.git] / trash / dashboard.py
index ef8639f..62a0618 100644 (file)
@@ -37,20 +37,20 @@ def dashboard_view (request):
         page=page,
         title="Putting stuff together",
         sons=[ 
+            QueryCode (
+                page=page,
+                title="Vizualize your query (no syntax highlight for now)",
+                query=slices_query,
+                toggled=False,
+                ),
             SliceList ( # setting visible attributes first
                 page=page,
                 title='Asynchroneous SliceList',
                 header='slices list', 
                 with_datatables=False,
-                toggled=False,
                 # this is the query at the core of the slice list
                 query=slices_query,
                 ),
-            QueryCode (
-                page=page,
-                title="Vizualize your query",
-                query=slices_query,
-                ),
             ])
 
     # variables that will get passed to the view-plugin.html template