summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/templates
diff options
context:
space:
mode:
authorSimon Rettberg2019-03-27 16:26:06 +0100
committerSimon Rettberg2019-03-27 16:26:06 +0100
commitbd9d8a5fbbf39b135bc9916f94f2ad63602bda6e (patch)
treee7f8e8e93842fdcdcfb0c3552af6767fcec9686c /modules-available/serversetup-bwlp-ipxe/templates
parent[baseconfig_bwlp] Update translations (diff)
downloadslx-admin-bd9d8a5fbbf39b135bc9916f94f2ad63602bda6e.tar.gz
slx-admin-bd9d8a5fbbf39b135bc9916f94f2ad63602bda6e.tar.xz
slx-admin-bd9d8a5fbbf39b135bc9916f94f2ad63602bda6e.zip
[serversetup-bwlp-ipxe] Escape model names for form field names
Diffstat (limited to 'modules-available/serversetup-bwlp-ipxe/templates')
-rw-r--r--modules-available/serversetup-bwlp-ipxe/templates/localboot.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/templates/localboot.html b/modules-available/serversetup-bwlp-ipxe/templates/localboot.html
index 816459e8..0c6f0f03 100644
--- a/modules-available/serversetup-bwlp-ipxe/templates/localboot.html
+++ b/modules-available/serversetup-bwlp-ipxe/templates/localboot.html
@@ -46,7 +46,7 @@
<td><a href="?do=statistics&show=list&filters=systemmodel+%3D+{{systemmodel}}">{{systemmodel}}</a></td>
<td class="text-right">{{cnt}}</td>
<td>
- <select class="form-control" name="override[{{systemmodel}}][PCBIOS]">
+ <select class="form-control" name="override[{{modelesc}}][PCBIOS]">
<option value="" {{^bootmethod}}selected{{/bootmethod}}>{{lang_none}}</option>
{{#options.PCBIOS}}
<option {{selected}}>{{key}}</option>
@@ -54,7 +54,7 @@
</select>
</td>
<td>
- <select class="form-control" name="override[{{systemmodel}}][EFI]">
+ <select class="form-control" name="override[{{modelesc}}][EFI]">
<option value="" {{^bootmethod}}selected{{/bootmethod}}>{{lang_none}}</option>
{{#options.EFI}}
<option {{selected}}>{{key}}</option>