updater now has the logic to turn itself off and back on (although for now only in...
[myslice.git] / trash / sliceview.py
index 7345e62..ec43a44 100644 (file)
@@ -48,6 +48,7 @@ def slice_view (request, slicename=tmp_default_slice):
                 page=page,
                 title="Runtime messages",
                 domid="msgs-pre",
+                levels="ALL",
                 ),
             Tabs (
                 page=page,
@@ -152,7 +153,7 @@ if I keep this active, so for now it's disabled
     template_env [ 'username' ] = the_user (request) 
 
     # don't forget to run the requests
-    page.exec_queue_asynchroneously ()
+    page.expose_queries ()
 
     # xxx create another plugin with the same query and a different layout (with_datatables)
     # show that it worls as expected, one single api call to backend and 2 refreshed views