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.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html b/modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html
index dfc4e6a8..9eecc6f5 100644
--- a/modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html
+++ b/modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html
@@ -11,20 +11,24 @@
<thead>
<tr>
<th>{{lang_entryId}}</th>
+ <th>{{lang_bootentryType}}</th>
<th>{{lang_bootentryTitle}}</th>
- <th>{{lang_hotkey}}</th>
- <th class="slx-smallcol">{{lang_refCount}}</th>
- <th class="slx-smallcol">{{lang_edit}}</th>
- {{#allowEdit}}<th class="slx-smallcol">{{lang_copy}}</th>{{/allowEdit}}
- <th class="slx-smallcol">{{lang_delete}}</th>
+ <th class="small">{{lang_hotkey}}</th>
+ <th class="small slx-smallcol">{{lang_refCount}}</th>
+ <th class="small slx-smallcol">{{lang_edit}}</th>
+ {{#allowEdit}}<th class="small slx-smallcol">{{lang_copy}}</th>{{/allowEdit}}
+ <th class="small slx-smallcol">{{lang_delete}}</th>
</tr>
</thead>
<tbody>
{{#bootentryTable}}
<tr>
- <td>
+ <td class="small">
{{entryid}}
</td>
+ <td class="small">
+ {{module}}
+ </td>
<td>
{{title}}
</td>