From be85691a9b40543d8e9d2c000fec8f0503abc377 Mon Sep 17 00:00:00 2001 From: Rob0xFF Date: Sun, 4 Aug 2024 08:54:57 +0200 Subject: [PATCH 01/15] Minor UI Tweaks Moved units from inside the p-knop to the outside to ensure they do not overlap the knop graphic --- .gitignore | 3 ++ .vscode/settings.json | 3 +- .../app/components/home/home.component.html | 36 +++++++++---------- 3 files changed, 23 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 046a838a7a..cd5561c4ba 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ components/components/* config.bin config.cvs managed_components/* +.DS_Store +.vscode/settings.json +.vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json index cd4f2b039c..e86dae311b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,7 +15,8 @@ "array": "c", "string": "c", "string_view": "c", - "*.tcc": "c" + "*.tcc": "c", + "__locale": "c" }, "editor.formatOnSave": false, "cSpell.words": [ diff --git a/main/http_server/axe-os/src/app/components/home/home.component.html b/main/http_server/axe-os/src/app/components/home/home.component.html index 8b70042cbb..d8e10dcbef 100644 --- a/main/http_server/axe-os/src/app/components/home/home.component.html +++ b/main/http_server/axe-os/src/app/components/home/home.component.html @@ -96,21 +96,21 @@
Power
- Power + valueTemplate="{value}"> + Power
[W]
- Input Voltage + valueTemplate="{value}"> + Input Voltage
[V]   Danger: Low voltage
- ASIC Voltage Requested + valueTemplate="{value}"> + Requested ASIC Voltage
[V]
@@ -123,8 +123,8 @@
Heat
- ASIC Temperature + valueTemplate="{value}"> + ASIC Temperature
[°C]   Danger: @@ -132,8 +132,8 @@
Heat
- Voltage Regulator Temperature + valueTemplate="{value}"> + Voltage Regulator Temperature
[°C]   Danger: @@ -141,13 +141,13 @@
Heat
- Fan % + valueTemplate="{value}"> + Fan
[%]
- - Fan RPM + Fan
[RPM]