summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp/templates/bootentry-list.html
diff options
context:
space:
mode:
authorSimon Rettberg2019-02-12 14:35:49 +0100
committerSimon Rettberg2019-02-12 14:35:49 +0100
commit2d64b9d8f57f28456eb27c4aed2dde26201b6770 (patch)
tree62d1073b0d401408dd43e0d3731475c9829424a1 /modules-available/serversetup-bwlp/templates/bootentry-list.html
parent[serversetup-bwlp] Fix case of platform var (diff)
downloadslx-admin-2d64b9d8f57f28456eb27c4aed2dde26201b6770.tar.gz
slx-admin-2d64b9d8f57f28456eb27c4aed2dde26201b6770.tar.xz
slx-admin-2d64b9d8f57f28456eb27c4aed2dde26201b6770.zip
[serversetup-bwlp] Auto-import of old PXELinux config on bootup
Also minor improvements to UI and structuring
Diffstat (limited to 'modules-available/serversetup-bwlp/templates/bootentry-list.html')
-rw-r--r--modules-available/serversetup-bwlp/templates/bootentry-list.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/modules-available/serversetup-bwlp/templates/bootentry-list.html b/modules-available/serversetup-bwlp/templates/bootentry-list.html
index 929b8c47..0cf005c5 100644
--- a/modules-available/serversetup-bwlp/templates/bootentry-list.html
+++ b/modules-available/serversetup-bwlp/templates/bootentry-list.html
@@ -1,8 +1,15 @@
+<h2>{{lang_bootentryHead}}</h2>
+
+<p>
+ {{lang_bootentryIntro}}
+</p>
+
<table class="table">
<thead>
<tr>
<th>{{lang_bootentryTitle}}</th>
- <th>Hotkey</th>
+ <th>{{lang_hotkey}}</th>
+ <th class="slx-smallcol">{{lang_refCount}}</th>
<th class="slx-smallcol">{{lang_edit}}</th>
<th class="slx-smallcol">{{lang_delete}}</th>
</tr>
@@ -16,6 +23,9 @@
<td>
{{hotkey}}
</td>
+ <td align="right">
+ {{refs}}
+ </td>
<td align="center">
{{#allowEdit}}
<a href="?do=serversetup&amp;show=editbootentry&amp;id={{entryid}}" class="btn btn-xs btn-default">