Out of Service in Meldungseingänge
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user