summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/templates/usb-rules-config.html
diff options
context:
space:
mode:
authorChristian Hofmaier2018-03-20 15:35:18 +0100
committerChristian Hofmaier2018-03-20 15:35:18 +0100
commitd2862870c0ecd1e4855db1b0ec3a455fed876af1 (patch)
treebc6b63b27bc88055435a73ef05c0223768becec3 /modules-available/usblockoff/templates/usb-rules-config.html
parent[usb-lock-off] tooltip that first matching rule (from top to bottom) is applied (diff)
downloadslx-admin-d2862870c0ecd1e4855db1b0ec3a455fed876af1.tar.gz
slx-admin-d2862870c0ecd1e4855db1b0ec3a455fed876af1.tar.xz
slx-admin-d2862870c0ecd1e4855db1b0ec3a455fed876af1.zip
[usb-lock-off] now you can add a description which is shown on the front page, edited database, added template tags, made nice red-flag for missing input name :)
Diffstat (limited to 'modules-available/usblockoff/templates/usb-rules-config.html')
-rw-r--r--modules-available/usblockoff/templates/usb-rules-config.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/usblockoff/templates/usb-rules-config.html b/modules-available/usblockoff/templates/usb-rules-config.html
index 6aed254d..8cb63d88 100644
--- a/modules-available/usblockoff/templates/usb-rules-config.html
+++ b/modules-available/usblockoff/templates/usb-rules-config.html
@@ -1,9 +1,9 @@
<div class="panel panel-default">
<div class="panel-heading">
+ rules.conf
<a class="btn btn-default" title="{{lang_firstMatchingRuleCounts}}">
<span class="glyphicon glyphicon-question-sign"></span>
</a>
- rules.conf
</div>
<div class="panel-body" id="casualRules">
@@ -14,7 +14,7 @@
<thead>
<tr>
<th data-sort="string" width="20"><span class="glyphicon glyphicon-th-list"></span></th>
- <th width="120">{{lang_target}}</th>
+ <th width="120">{{lang_action}}</th>
<th>{{lang_attributes}}</th>
<th>{{lang_edit}}</th>
<th>{{lang_delete}}</th>