summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/templates/usb-configuration-table.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-configuration-table.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-configuration-table.html')
-rw-r--r--modules-available/usblockoff/templates/usb-configuration-table.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/usblockoff/templates/usb-configuration-table.html b/modules-available/usblockoff/templates/usb-configuration-table.html
index 45d0c229..35eede5a 100644
--- a/modules-available/usblockoff/templates/usb-configuration-table.html
+++ b/modules-available/usblockoff/templates/usb-configuration-table.html
@@ -66,8 +66,8 @@
<thead>
<tr>
<th style="width: 5%" data-sort="int">ID</th>
- <th style="width: 40%" data-sort="string">{{lang_configName}}</th>
- <th style="width: 35%">{{lang_ruleInfoTODO}}</th>
+ <th style="width: 35%" data-sort="string">{{lang_configName}}</th>
+ <th style="width: 40%">{{lang_description}}</th>
<th style="width: 10%">{{lang_edit}}</th>
<th style="width: 10%">{{lang_delete}}</th>
</tr>
@@ -77,7 +77,7 @@
<tr>
<td>{{config_id}}</td>
<td data-sort-value="{{config_name}}">{{config_name}}</td>
- <td>TODO: Show Rule information here</td>
+ <td>{{config_desc}}</td>
<td>
<a class="btn btn-xs btn-info" href="?do=usblockoff&amp;show=edit-config&amp;configid={{config_id}}">
<span class="glyphicon glyphicon-edit"></span>