X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Fviewutils.py;h=2073ab48594f8c16c2db5e2f1f2077c39814e7c9;hb=a2ae7986853adb271361957a08effd0c9537e7a3;hp=98f16fd72b60935dc62f131571f1f05e9acd6d69;hpb=5d3074bbb1f510aeaef98662175560f2c418be2f;p=unfold.git diff --git a/myslice/viewutils.py b/myslice/viewutils.py index 98f16fd7..2073ab48 100644 --- a/myslice/viewutils.py +++ b/myslice/viewutils.py @@ -59,6 +59,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']}, + ]