fix label keyerror
This commit is contained in:
parent
1ef26beeea
commit
5d19e72ab4
|
@ -23,7 +23,7 @@ $if get('filter_cat') == "keyword":
|
||||||
<!--
|
<!--
|
||||||
$filter_items
|
$filter_items
|
||||||
-->
|
-->
|
||||||
$for cat in ["state", "tracker_host", "label"]:
|
$for cat in filter_items.keys():
|
||||||
<div class="title">$cat</div>
|
<div class="title">$cat</div>
|
||||||
<ul>
|
<ul>
|
||||||
$for value, count in filter_items[cat]:
|
$for value, count in filter_items[cat]:
|
||||||
|
|
Loading…
Reference in New Issue