From: Thierry Parmentelat Date: Wed, 20 Mar 2013 20:48:07 +0000 (+0100) Subject: remove second query rom haze view for now X-Git-Tag: myslice-django-0.1-2~43 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=c3b77f0611b19e3fa57357a0c961d1f39573985d remove second query rom haze view for now --- diff --git a/trash/haze.py b/trash/haze.py index b373ea35..3d929b70 100644 --- a/trash/haze.py +++ b/trash/haze.py @@ -27,7 +27,7 @@ def hazelnut_view (request): subject='resource', timestamp='latest', fields=['hrn','hostname'], - filters= [ [ 'slice_hrn', '=', 'ple.inria.', ] ], + filters= [ [ 'slice_hrn', '=', 'ple.inria.omftest', ] ], # xxx filter : should filter on the slices the logged user can see # we don't have the user's hrn yet # in addition this currently returns all slices anyways @@ -61,22 +61,22 @@ def hazelnut_view (request): # so we can sho who is logged template_env [ 'username' ] = the_user (request) -# ########## add another plugin with the same request, on the RHS pane -# will show up in the right-hand side area named 'related' - related_plugin = SliceList ( - page=page, - title='Same request, other layout', - domid='sidelist', - with_datatables=True, - header='paginated main', - # share the query - query=main_query, - ) - # likewise but on the side view - template_env [ 'unfold1_margin' ] = related_plugin.render (request) - - # add our own css in the mix - page.add_css_files ( 'css/hazelnut.css') +### # ########## add another plugin with the same request, on the RHS pane +### # will show up in the right-hand side area named 'related' +### related_plugin = SliceList ( +### page=page, +### title='Same request, other layout', +### domid='sidelist', +### with_datatables=True, +### header='paginated main', +### # share the query +### query=main_query, +### ) +### # likewise but on the side view +### template_env [ 'unfold1_margin' ] = related_plugin.render (request) +### +### # add our own css in the mix +### page.add_css_files ( 'css/hazelnut.css') # don't forget to run the requests page.exec_queue_asynchroneously ()