This commit is contained in:
legop3
2025-11-17 04:37:41 -05:00
parent d26587140d
commit ce5cd909e1
3 changed files with 9 additions and 8 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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">
</head>
<body>
+2 -1
View File
@@ -50,7 +50,8 @@ function DesktopLayout({ layout }) {
<RightPaneTabs layout={layout} />
</section>
<section className="grid grid-cols-[minmax(0,1fr)_minmax(0,1fr)] gap-1">
<AdminPanel />
{/* <AdminPanel /> */}
<LogPanel />
<SessionSnapshot />
</section>
</div>