summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/networkrules.html
diff options
context:
space:
mode:
authorSimon Rettberg2019-02-27 15:15:07 +0100
committerSimon Rettberg2019-02-27 15:15:07 +0100
commit407f7fe6475ac0b084e370b986e193549e2866e3 (patch)
tree6d8351945b7c2b1122ac5304769dbf5742de8908 /modules-available/dozmod/templates/networkrules.html
parent[baseconfig_bwlp] Make default sound mute state configurable (diff)
downloadslx-admin-407f7fe6475ac0b084e370b986e193549e2866e3.tar.gz
slx-admin-407f7fe6475ac0b084e370b986e193549e2866e3.tar.xz
slx-admin-407f7fe6475ac0b084e370b986e193549e2866e3.zip
[dozmod] netrules: Edit set of rules, not single rules
Diffstat (limited to 'modules-available/dozmod/templates/networkrules.html')
-rw-r--r--modules-available/dozmod/templates/networkrules.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules-available/dozmod/templates/networkrules.html b/modules-available/dozmod/templates/networkrules.html
index 4344ff4f..eb16a7ed 100644
--- a/modules-available/dozmod/templates/networkrules.html
+++ b/modules-available/dozmod/templates/networkrules.html
@@ -8,9 +8,6 @@
<thead>
<tr>
<th>{{lang_name}}</th>
- <th>{{lang_host}}</th>
- <th>{{lang_port}}</th>
- <th>{{lang_direction}}</th>
{{#hasEditPermissions}}
<th class="slx-smallcol">{{lang_edit}}</th>
<th class="slx-smallcol">{{lang_delete}}</th>
@@ -21,9 +18,6 @@
{{#networkrules}}
<tr>
<td>{{rulename}}</td>
- <td>{{host}}</td>
- <td>{{port}}</td>
- <td>{{direction}}</td>
{{#hasEditPermissions}}
<td align="center">
<a href="?do=dozmod&amp;section=networkrules&amp;show=edit&amp;ruleid={{ruleid}}" class="btn btn-xs btn-primary">