mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 10:00:46 -04:00
remove updatedAt from UI
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||||
<title>Multi Roomba Rover</title>
|
<title>Multi Roomba Rover</title>
|
||||||
<script type="module" crossorigin src="/assets/index-BeAEzK0v.js"></script>
|
<script type="module" crossorigin src="/assets/index-DYhouiff.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-G3PbGrn6.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-G3PbGrn6.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -72,11 +72,11 @@ export default function ModeGateOverlay() {
|
|||||||
{reason ? reason : 'No reason set.'}
|
{reason ? reason : 'No reason set.'}
|
||||||
</p>
|
</p>
|
||||||
<p className="text-center text-sm text-slate-300">Server time: {serverTime}</p>
|
<p className="text-center text-sm text-slate-300">Server time: {serverTime}</p>
|
||||||
{reasonUpdatedAt ? (
|
{/* {reasonUpdatedAt ? (
|
||||||
<p className="text-[0.7rem] text-slate-500">
|
<p className="text-[0.7rem] text-slate-500">
|
||||||
Updated {new Date(reasonUpdatedAt).toLocaleString()}
|
Updated {new Date(reasonUpdatedAt).toLocaleString()}
|
||||||
</p>
|
</p>
|
||||||
) : null}
|
) : null} */}
|
||||||
</div>
|
</div>
|
||||||
<div className="surface-muted">
|
<div className="surface-muted">
|
||||||
<AuthPanel />
|
<AuthPanel />
|
||||||
|
|||||||
Reference in New Issue
Block a user