summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/templates/usb-configuration-table.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/usblockoff/templates/usb-configuration-table.html')
-rw-r--r--modules-available/usblockoff/templates/usb-configuration-table.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/modules-available/usblockoff/templates/usb-configuration-table.html b/modules-available/usblockoff/templates/usb-configuration-table.html
index 3ceebce5..35eede5a 100644
--- a/modules-available/usblockoff/templates/usb-configuration-table.html
+++ b/modules-available/usblockoff/templates/usb-configuration-table.html
@@ -65,17 +65,19 @@
<table id="configurationTable" class="table table-condensed table-hover stupidtable">
<thead>
<tr>
- <th data-sort="string">{{lang_serverName}}</th>
- <th>{{lang_ruleInfoTODO}}</th>
- <th>{{lang_edit}}</th>
- <th>{{lang_delete}}</th>
+ <th style="width: 5%" data-sort="int">ID</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>
</thead>
<tbody>
{{#config_list}}
<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>