mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
guh
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
|||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>webui</title>
|
<title>webui</title>
|
||||||
<script type="module" crossorigin src="/assets/index-CCsZswS4.js"></script>
|
<script type="module" crossorigin src="/assets/index-Dlt2f9-i.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-WcSVLUbr.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-WcSVLUbr.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
+2
-1
@@ -50,7 +50,8 @@ function DesktopLayout({ layout }) {
|
|||||||
<RightPaneTabs layout={layout} />
|
<RightPaneTabs layout={layout} />
|
||||||
</section>
|
</section>
|
||||||
<section className="grid grid-cols-[minmax(0,1fr)_minmax(0,1fr)] gap-1">
|
<section className="grid grid-cols-[minmax(0,1fr)_minmax(0,1fr)] gap-1">
|
||||||
<AdminPanel />
|
{/* <AdminPanel /> */}
|
||||||
|
<LogPanel />
|
||||||
<SessionSnapshot />
|
<SessionSnapshot />
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user