summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-16 09:46:09 +0200
committerSimon Rettberg2019-04-16 09:46:09 +0200
commit22b8ce53944c23ae5552abf2e1b24e56622590b5 (patch)
tree117e1aeca0c42a8f2966956b37cb40204acf5c55 /modules-available/statistics/templates
parent[serversetup-bwlp-ipxe] Add debug-shell boot entry (diff)
downloadslx-admin-22b8ce53944c23ae5552abf2e1b24e56622590b5.tar.gz
slx-admin-22b8ce53944c23ae5552abf2e1b24e56622590b5.tar.xz
slx-admin-22b8ce53944c23ae5552abf2e1b24e56622590b5.zip
[statistics] Handle system an mainboard model separately
...especially for BIOS updates checks...
Diffstat (limited to 'modules-available/statistics/templates')
-rw-r--r--modules-available/statistics/templates/machine-main.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/modules-available/statistics/templates/machine-main.html b/modules-available/statistics/templates/machine-main.html
index 960531f6..12f1d4c5 100644
--- a/modules-available/statistics/templates/machine-main.html
+++ b/modules-available/statistics/templates/machine-main.html
@@ -199,8 +199,12 @@
</td>
</tr>
<tr>
- <td class="text-nowrap">{{lang_model}}</td>
- <td>{{pcmodel}} ({{manufacturer}})</td>
+ <td class="text-nowrap">{{lang_pcmodel}}</td>
+ <td>{{pcmodel}} ({{pcmanufacturer}})</td>
+ </tr>
+ <tr>
+ <td class="text-nowrap">{{lang_mobomodel}}</td>
+ <td>{{mobomodel}} ({{mobomanufacturer}})</td>
</tr>
{{#biosdate}}
<tr>