From cbb3d0f368347993b61fde2a49eecd66c2e56813 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 19 Mar 2019 13:52:44 +0100 Subject: [statistics] Feature: BIOS update info Fetch list of known BIOS updates that fix issues wrt. bwLehrpool/OpenSLX/whatever it's called today. --- .../statistics/templates/machine-bios-update.html | 26 ++++++++++++++++++++++ .../statistics/templates/machine-main.html | 16 +++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 modules-available/statistics/templates/machine-bios-update.html (limited to 'modules-available/statistics/templates') diff --git a/modules-available/statistics/templates/machine-bios-update.html b/modules-available/statistics/templates/machine-bios-update.html new file mode 100644 index 00000000..2e8a8908 --- /dev/null +++ b/modules-available/statistics/templates/machine-bios-update.html @@ -0,0 +1,26 @@ +
+ {{lang_biosUpdate}} » +
+ + \ No newline at end of file diff --git a/modules-available/statistics/templates/machine-main.html b/modules-available/statistics/templates/machine-main.html index 8156f0aa..e040a6c5 100644 --- a/modules-available/statistics/templates/machine-main.html +++ b/modules-available/statistics/templates/machine-main.html @@ -127,6 +127,19 @@ {{lang_model}} {{pcmodel}} ({{manufacturer}}) + {{#biosdate}} + + +
{{lang_biosVersion}}
+
{{lang_biosDate}}
+ + +
{{{bioshtml}}}
+
{{biosversion}} ({{biosrevision}})
+
{{biosdate}}
+ + + {{/biosdate}} {{lang_ram}} @@ -242,5 +255,8 @@ document.addEventListener("DOMContentLoaded", function () { $('span.do-lookup').each(function () { $(this).load('?do=statistics&lookup=' + $(this).text()); }); + {{#biosurl}} + $('#bios-panel').load('{{{biosurl}}}'); + {{/biosurl}} }, false); // --> -- cgit v1.2.3-55-g7522