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.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/modules-available/usblockoff/templates/usb-configuration-table.html b/modules-available/usblockoff/templates/usb-configuration-table.html
index 48ba3184..45d0c229 100644
--- a/modules-available/usblockoff/templates/usb-configuration-table.html
+++ b/modules-available/usblockoff/templates/usb-configuration-table.html
@@ -65,15 +65,17 @@
<table id="configurationTable" class="table table-condensed table-hover stupidtable">
<thead>
<tr>
- <th class="width40" data-sort="string">{{lang_serverName}}</th>
- <th class="width40">{{lang_ruleInfoTODO}}</th>
- <th class="width10">{{lang_edit}}</th>
- <th class="width10">{{lang_delete}}</th>
+ <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: 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>