X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Fviewutils.py;h=030e0d9d1b57ee90b876457b72565810eea08a97;hb=b5c3c3e05dd4c775fef822eecb997b35081d5a0a;hp=80b4f788ccf504a7caf2e20f692b6809711c50c8;hpb=fefdd09452082b528e7c7edfa1e9f5a959b1adb9;p=myslice.git diff --git a/myslice/viewutils.py b/myslice/viewutils.py index 80b4f788..030e0d9d 100644 --- a/myslice/viewutils.py +++ b/myslice/viewutils.py @@ -57,3 +57,6 @@ 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']}]