diff options
author | Simon Rettberg | 2019-03-11 15:42:31 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-03-11 15:42:31 +0100 |
commit | 79f09ff426b6d132e653c27c1f460ffcfc09c82c (patch) | |
tree | 40874e3f3c26cc7f74ff7d67b1cf0417a417892a | |
parent | [dnbd3] Mark proxy connections in client list (diff) | |
download | slx-admin-79f09ff426b6d132e653c27c1f460ffcfc09c82c.tar.gz slx-admin-79f09ff426b6d132e653c27c1f460ffcfc09c82c.tar.xz slx-admin-79f09ff426b6d132e653c27c1f460ffcfc09c82c.zip |
[serversetup-bwlp-ipxe] Show bootentryid in list
-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> |