Kableüberwachung Modal und digitale Eingänge Modal
This commit is contained in:
@@ -64,7 +64,7 @@ export default function DigitalInputs({ openInputModal, inputRange }: Props) {
|
||||
●
|
||||
</span>
|
||||
<div className="absolute bottom-full left-1/2 -translate-x-1/2 mb-2 w-max bg-gray-400 text-xs laptop:text-[10px] text-white rounded opacity-0 group-hover:opacity-100 transition p-1 z-10 xl:text-sm ">
|
||||
Eingang Aus
|
||||
Eingang Ein
|
||||
</div>
|
||||
</div>
|
||||
) : (
|
||||
@@ -73,7 +73,7 @@ export default function DigitalInputs({ openInputModal, inputRange }: Props) {
|
||||
●
|
||||
</span>
|
||||
<div className="absolute bottom-full left-1/2 -translate-x-1/2 mb-2 w-max bg-gray-400 text-xs laptop:text-[10px] text-white rounded opacity-0 group-hover:opacity-100 transition p-1 z-10">
|
||||
Eingang Ein
|
||||
Eingang Aus
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user