mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-08 05:31:38 +02:00
Update system.html
This commit is contained in:
parent
0692e311a7
commit
240d0c51ed
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@
|
||||||
tr("{#ENVIRONMENT}", obj.generic.env + " ({#BUILD_OPTIONS}: " + obj.generic.modules + ")"),
|
tr("{#ENVIRONMENT}", obj.generic.env + " ({#BUILD_OPTIONS}: " + obj.generic.modules + ")"),
|
||||||
tr("Version", obj.generic.version + " - " + obj.generic.build),
|
tr("Version", obj.generic.version + " - " + obj.generic.build),
|
||||||
tr("Chip", "CPU: " + obj.chip.cpu_freq + "MHz, " + obj.chip.cores + " Core(s)"),
|
tr("Chip", "CPU: " + obj.chip.cpu_freq + "MHz, " + obj.chip.cores + " Core(s)"),
|
||||||
tr("Chip Model", obj.chip.model)
|
tr("Chip Model", obj.chip.model),
|
||||||
|
tr("Chip temp.", obj.chip.temp_sensor_c),
|
||||||
]
|
]
|
||||||
|
|
||||||
document.getElementById("info").append(
|
document.getElementById("info").append(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue