fix: In Kableüberwachung Modal Knotenpunkte Einheit Meter

In Messwerteingänge /Analoge Eingänge Icon in Zeilen
This commit is contained in:
ISA
2025-05-07 08:55:25 +02:00
parent 4f39de87b9
commit 33ca863cc0
3 changed files with 9 additions and 3 deletions

View File

@@ -68,7 +68,13 @@ export default function AnalogeEingaengeTable({
className="border p-3" className="border p-3"
onClick={() => handleSelect(e.id!)} onClick={() => handleSelect(e.id!)}
> >
{e.id ?? "-"} <div className="flex items-center gap-1 ">
<Icon
icon={waveformIcon}
className="text-gray-600 text-base laptop:text-sm xl:text-sm 2xl:text-lg"
/>
{e.id ?? "-"}
</div>
</td> </td>
<td <td
className="border p-3 text-right" className="border p-3 text-right"

View File

@@ -108,7 +108,7 @@ export default function Knotenpunkte({ slot }: Props) {
}} }}
disabled disabled
/> />
<span className="pl-1">m</span> <span className="pl-1">Meter</span>
</div> </div>
)} )}
</div> </div>

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/ */
const webVersion = "1.6.376"; const webVersion = "1.6.377";
export default webVersion; export default webVersion;