summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html')
-rw-r--r--modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html b/modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html
index c4018bef..e9b5be18 100644
--- a/modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html
+++ b/modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html
@@ -7,12 +7,12 @@
<form method="post" action="?do=serversetup">
<input type="hidden" name="token" value="{{token}}">
<input type="hidden" name="action" value="deleteBootentry">
- <table class="table">
+ <table class="table stupidtable">
<thead>
<tr>
- <th>{{lang_entryId}}</th>
- <th>{{lang_bootentryType}}</th>
- <th>{{lang_bootentryTitle}}</th>
+ <th data-sort="string">{{lang_entryId}}</th>
+ <th data-sort="string">{{lang_bootentryType}}</th>
+ <th data-sort="string" data-sort-onload="yes">{{lang_bootentryTitle}}</th>
<th class="small">{{lang_hotkey}}</th>
<th class="small slx-smallcol">{{lang_refCount}}</th>
<th class="small slx-smallcol">{{lang_edit}}</th>