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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user