From 88827316ba632e7bbdda624b607b6797d2e69ea4 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 6 Apr 2011 14:18:32 +0200 Subject: [PATCH] the dropdown for managing tags in the slice page has a few more entries including fcdistro --- planetlab/slices/slice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetlab/slices/slice.php b/planetlab/slices/slice.php index 83b9280..44185e6 100644 --- a/planetlab/slices/slice.php +++ b/planetlab/slices/slice.php @@ -1062,7 +1062,7 @@ $tag_value_threshold=24; function tag_selector ($tag) { return array("display"=>$tag['tagname'],"value"=>$tag['tag_type_id']); } - $all_tags= $api->GetTagTypes( array ("category"=>"slice*","-SORT"=>"+tagname"), array("tagname","tag_type_id")); + $all_tags= $api->GetTagTypes( array ("category"=>"*slice*","-SORT"=>"+tagname"), array("tagname","tag_type_id")); if ($profiling) plc_debug_prof('9 tagtypes',count($all_tags)); $selector_tag=array_map("tag_selector",$all_tags); -- 2.43.0