mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
Firewall / Aliases - add mac type to top right selection, missed a spot
This commit is contained in:
parent
905bdadc12
commit
9fba75cc70
@ -464,6 +464,7 @@
|
||||
<select id="type_filter" data-title="{{ lang._('Filter type') }}" class="selectpicker" multiple="multiple" data-width="200px">
|
||||
<option value="host">{{ lang._('Host(s)') }}</option>
|
||||
<option value="network">{{ lang._('Network(s)') }}</option>
|
||||
<option value="mac">{{ lang._('MAC address') }}</option>
|
||||
<option value="port">{{ lang._('Port(s)') }}</option>
|
||||
<option value="url">{{ lang._('URL (IPs)') }}</option>
|
||||
<option value="urltable">{{ lang._('URL Table (IPs)') }}</option>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user