Out of Service in Meldungseingänge

This commit is contained in:
ISA
2025-05-05 14:12:38 +02:00
parent 5a83c4a282
commit 382628a8fb
3 changed files with 9 additions and 5 deletions

View File

@@ -249,10 +249,14 @@ export default function InputModal({ selectedInput, closeInputModal, isOpen }) {
</button>
</div>
<div>
<strong>Status:</strong>
<div className="relative group inline-block">
<strong>OOS:</strong>
<span className="absolute top-full left-1/2 -translate-x-1/2 mt-1 px-2 py-1 text-xs text-white bg-gray-700 rounded opacity-0 group-hover:opacity-100 transition-opacity">
Out of Service
</span>
</div>
<div>{reduxInput.eingangOffline ? "Inaktiv" : "Aktiv"}</div>
<div>{reduxInput.eingangOffline ? "aus" : "ein"}</div>
</div>
<div className="mt-6 flex justify-end gap-2">