fix: In Kableüberwachung Modal Knotenpunkte Einheit Meter
In Messwerteingänge /Analoge Eingänge Icon in Zeilen
This commit is contained in:
@@ -68,7 +68,13 @@ export default function AnalogeEingaengeTable({
|
||||
className="border p-3"
|
||||
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
|
||||
className="border p-3 text-right"
|
||||
|
||||
@@ -108,7 +108,7 @@ export default function Knotenpunkte({ slot }: Props) {
|
||||
}}
|
||||
disabled
|
||||
/>
|
||||
<span className="pl-1">m</span>
|
||||
<span className="pl-1">Meter</span>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||
|
||||
*/
|
||||
const webVersion = "1.6.376";
|
||||
const webVersion = "1.6.377";
|
||||
export default webVersion;
|
||||
|
||||
Reference in New Issue
Block a user