cleanded up ConenctedDispatcher, added modeSwitch to Tracker
This commit is contained in:
@@ -20,7 +20,7 @@ export const ConnectedDispatcher = () => {
|
||||
const connections = (aircrafts?.length || 0) + (dispatcher?.length || 0);
|
||||
|
||||
return (
|
||||
<div className="absolute top-5 right-10 min-w-120 z-99999">
|
||||
<div className="min-w-120">
|
||||
<div className="collapse collapse-arrow bg-base-100 border-base-300 border">
|
||||
<input type="checkbox" />
|
||||
{/* <div className="collapse-title font-semibold">Kein Disponent Online</div> */}
|
||||
|
||||
Reference in New Issue
Block a user