X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Fviewutils.py;h=98f16fd72b60935dc62f131571f1f05e9acd6d69;hb=9b89a32f1ae0a1e0618a9cc11138a766a4ba870b;hp=cd104e056e2e1e47581caa3df8bd3c65fc2ff1ff;hpb=fcebef2a30c4061ef8b7e302ad9e88554ed6803a;p=unfold.git diff --git a/myslice/viewutils.py b/myslice/viewutils.py index cd104e05..98f16fd7 100644 --- a/myslice/viewutils.py +++ b/myslice/viewutils.py @@ -2,12 +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/'}, - { 'label':'Dashboard', 'href': '/dashboard/'}, - ] +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/'}}