diff options
Diffstat (limited to 'modules-available/dozmod/templates/networkrules.html')
-rw-r--r-- | modules-available/dozmod/templates/networkrules.html | 6 |
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&section=networkrules&show=edit&ruleid={{ruleid}}" class="btn btn-xs btn-primary"> |