DanielR92
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
src/web/html/system.html
|
|
@ -44,7 +44,8 @@ |
|
|
|
tr("{#ENVIRONMENT}", obj.generic.env + " ({#BUILD_OPTIONS}: " + obj.generic.modules + ")"), |
|
|
|
tr("Version", obj.generic.version + " - " + obj.generic.build), |
|
|
|
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( |
|
|
|