summaryrefslogtreecommitdiffstats
path: root/modules-available
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available')
-rw-r--r--modules-available/usblockoff/style.css8
-rw-r--r--modules-available/usblockoff/templates/usb-configuration-table.html10
2 files changed, 6 insertions, 12 deletions
diff --git a/modules-available/usblockoff/style.css b/modules-available/usblockoff/style.css
index f2dbce70..5867511a 100644
--- a/modules-available/usblockoff/style.css
+++ b/modules-available/usblockoff/style.css
@@ -5,12 +5,4 @@
#configurationTable th, #configurationTable td {
word-wrap: break-word
-}
-
-.width40 {
- width: 40%;
-}
-
-.width10 {
- width: 10%;
} \ No newline at end of file
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>