summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-20 11:31:39 +0200
committerSimon Rettberg2019-04-20 11:31:39 +0200
commit85de662ae23f029371b340d7ba1e04dbcd10bcc7 (patch)
tree92337db070db7b1d435190071b59c69d7bbdd376 /modules-available/statistics/templates
parent[serversetup-bwlp-ipxe] Use badge for refcount in bootentry table (diff)
downloadslx-admin-85de662ae23f029371b340d7ba1e04dbcd10bcc7.tar.gz
slx-admin-85de662ae23f029371b340d7ba1e04dbcd10bcc7.tar.xz
slx-admin-85de662ae23f029371b340d7ba1e04dbcd10bcc7.zip
[statistics] Show RAM manufacturer; add JEDEC DB & parser
Diffstat (limited to 'modules-available/statistics/templates')
-rw-r--r--modules-available/statistics/templates/machine-main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics/templates/machine-main.html b/modules-available/statistics/templates/machine-main.html
index 12f1d4c5..86f6349a 100644
--- a/modules-available/statistics/templates/machine-main.html
+++ b/modules-available/statistics/templates/machine-main.html
@@ -247,7 +247,7 @@
<td>
{{ramslotcount}}:
{{#ramslot}}
- [ {{size}} ]
+ [ <span title="{{manuf}}">{{size}}</span> ]
{{/ramslot}}
</td>
</tr>