X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=trash%2Fdashboard.py;h=0991ea5f045eed87bdcd6332709a4e417e5592f4;hb=00e925de365deefe83fd1bf17726dce43947dfbd;hp=e7ea899492c8db508cd8e44499409f2ad75ecc4f;hpb=9ae44949b75cd220c6d67a97d148cfa9ac9f9fb9;p=unfold.git diff --git a/trash/dashboard.py b/trash/dashboard.py index e7ea8994..0991ea5f 100644 --- a/trash/dashboard.py +++ b/trash/dashboard.py @@ -33,7 +33,7 @@ def dashboard_view (request): main_plugin = SimpleList ( # setting visible attributes first pluginset=pluginset, - title='SimpleList and dataTables', + title='Asynchroneous SimpleList', header='slices list', with_datatables=True, toggled=False, @@ -59,7 +59,7 @@ def dashboard_view (request): # template_env [ 'content_related' ] = related_plugin.render (request) # more general variables expected in the template - template_env [ 'title' ] = 'SimpleList Test View' + template_env [ 'title' ] = 'Test view for a full request cycle' # the menu items on the top template_env [ 'topmenu_items' ] = topmenu_items('dashboard', request) # so we can sho who is logged