a first stab at porting datatables - new code - temporary - name is 'hazelnut' for...
[unfold.git] / myslice / viewutils.py
index 98f16fd..99d74d2 100644 (file)
@@ -8,6 +8,7 @@ standard_topmenu_items = [
     { 'label':'Slice',  'href': '/slice/'},
     { 'label':'Plugin', 'href': '/plugin/'},
     { 'label':'Dashboard', 'href': '/dashboard/'},
+    { 'label':'Hazelnut', 'href': '/hazelnut/'},
     ]
 
 #login_out_items = { False: { 'label':'Login', 'href':'/login/'},
@@ -59,6 +60,8 @@ hard_wired_list.append("just like a standard plugin can be set as visible or not
 hard_wired_list.append("")    
 hard_wired_list.append("OTOH and IMHO, there should be two separate and explicit subclasses of SimpleList for slices or testbeds")
 
-quickfilter_criterias = [{'key': 'Slice', 'values': ['slice1','slice2']}, \
-                          {'key': 'Type', 'values': ['type1','type2']}, \
-                          {'key': 'Network', 'values': ['net1','net2']}]
+quickfilter_criterias = [
+    {'key': 'Slice', 'values': ['slice1','slice2']},
+    {'key': 'Type', 'values': ['type1','type2']},
+    {'key': 'Network', 'values': ['net1','net2']},
+    ]