1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Check usage of filter refs from domains.

This commit is contained in:
catborise 2018-09-21 18:46:33 +03:00
parent 35bc8c67e4
commit 7f2104c19d
3 changed files with 49 additions and 8 deletions

View file

@ -65,7 +65,7 @@
<div class="form-group">
<label>{% trans "Filter:" %}</label>
<select id="nwfilter_select" name="nwfilters_select" class="form-control">
<option value="None" selected>None</option>
<option value="" selected>None</option>
{% for nwf in nwfilters_all %}
<option value="{{ nwf.name }}">{{ nwf.name }}</option>
{% endfor %}