summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/templates
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/usblockoff/templates')
-rw-r--r--modules-available/usblockoff/templates/usb-configuration-table.html8
-rw-r--r--modules-available/usblockoff/templates/usb-edit-config.html2
2 files changed, 5 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..48ba3184 100644
--- a/modules-available/usblockoff/templates/usb-configuration-table.html
+++ b/modules-available/usblockoff/templates/usb-configuration-table.html
@@ -65,10 +65,10 @@
<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 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>
</tr>
</thead>
<tbody>
diff --git a/modules-available/usblockoff/templates/usb-edit-config.html b/modules-available/usblockoff/templates/usb-edit-config.html
index 694101d4..51166138 100644
--- a/modules-available/usblockoff/templates/usb-edit-config.html
+++ b/modules-available/usblockoff/templates/usb-edit-config.html
@@ -14,7 +14,7 @@
<label for="configName">{{lang_configName}}</label>
</div>
<div class="col-sm-7">
- <input required class="form-control" name="configName" id="configName" maxlength="50" value="{{configName}}">
+ <input required class="form-control" name="configName" id="configName" value="{{configName}}">
</div>
<div class="col-sm-2">
<a class="btn btn-default" title="{{lang_configName_helptext}}">