X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Fviewutils.py;h=98f16fd72b60935dc62f131571f1f05e9acd6d69;hb=2f3fd198a6972d3c425ffc6f38c9d473a268ce40;hp=ecdd81f4464637db80cdcbdd5d8186a040b72883;hpb=a222cef0a10a5517349f05cea0e382b35e3a14a6;p=unfold.git diff --git a/myslice/viewutils.py b/myslice/viewutils.py index ecdd81f4..98f16fd7 100644 --- a/myslice/viewutils.py +++ b/myslice/viewutils.py @@ -2,11 +2,13 @@ from copy import deepcopy -standard_topmenu_items = [ { 'label':'Plugin', 'href': '/plugin/'}, - { 'label':'Slice', 'href': '/slice/'}, - { 'label':'Scroll', 'href': '/scroll/'}, - { 'label':'Tab', 'href': '/tab/'}, - ] +standard_topmenu_items = [ + { 'label':'Tab', 'href': '/tab/'}, + { 'label':'Scroll', 'href': '/scroll/'}, + { 'label':'Slice', 'href': '/slice/'}, + { 'label':'Plugin', 'href': '/plugin/'}, + { 'label':'Dashboard', 'href': '/dashboard/'}, + ] #login_out_items = { False: { 'label':'Login', 'href':'/login/'}, # True: { 'label':'Logout', 'href':'/logout/'}}