X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=trash%2Fdashboard.py;h=62a0618f6df9deb85352a1e819d83547a9e8fcc4;hb=df482c9a6212b2b7134e8130358d213562b9df44;hp=ef8639fe773e62446de78e3ea4c12f2ea198b28c;hpb=d6f36d854cbc8533f75ca17ce7ec07f35d7a639f;p=unfold.git diff --git a/trash/dashboard.py b/trash/dashboard.py index ef8639fe..62a0618f 100644 --- a/trash/dashboard.py +++ b/trash/dashboard.py @@ -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