feat: Add units (MOhm, kOhm) to chart axes in Schleifenmessung and Isolationswiderstand

feat: Log chart data in console for each slot in createChart function
This commit is contained in:
ISA
2024-10-24 10:19:33 +02:00
parent 6cd347a6c4
commit 0bb66f6965
2 changed files with 17 additions and 7 deletions

View File

@@ -288,15 +288,14 @@ function Dashboard() {
<div className="flex flex-row p-2 space-x-2">
<Icon icon="bx:code-block" className="text-xl text-blue-400" />
<p className="text-sm text-gray-600">
<span className="font-bold">
Applikationsversion: {appVersion}{" "}
</span>
<span className="font-bold"></span> Applikationsversion:{" "}
{appVersion}{" "}
</p>
</div>
<div className="flex flex-row p-2 space-x-2">
<Icon icon="mdi:web" className="text-xl text-blue-400" />
<p className="text-sm text-gray-600">
<span className="font-bold">Webserverversion: </span> 1.0.0
<span className="font-bold"> </span>Webserverversion: 1.0.0
</p>
</div>
</div>