diff options
-rw-r--r-- | modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html b/modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html index aafda1c0..8185ad06 100644 --- a/modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html +++ b/modules-available/serversetup-bwlp-ipxe/templates/bootentry-list.html @@ -7,6 +7,7 @@ <table class="table"> <thead> <tr> + <th>{{lang_entryId}}</th> <th>{{lang_bootentryTitle}}</th> <th>{{lang_hotkey}}</th> <th class="slx-smallcol">{{lang_refCount}}</th> @@ -18,6 +19,9 @@ {{#bootentryTable}} <tr> <td> + {{entryid}} + </td> + <td> {{title}} </td> <td> |