Fix bug
This commit is contained in:
parent
307be3b63d
commit
fca829aa2a
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "9router-app",
|
||||
"version": "0.3.78",
|
||||
"version": "0.3.79",
|
||||
"description": "9Router web dashboard",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -484,7 +484,7 @@ export default function APIPageClient({ machineId }) {
|
|||
</div>
|
||||
|
||||
{/* Direct local endpoint */}
|
||||
<div className="flex items-center gap-2 mt-1">
|
||||
{/* <div className="flex items-center gap-2 mt-1">
|
||||
<span className="text-xs text-text-muted shrink-0">Direct</span>
|
||||
<span className="material-symbols-outlined text-text-muted text-[12px]">arrow_forward</span>
|
||||
<code className="flex-1 text-xs text-text-muted font-mono truncate">{baseUrl}/chat/completions</code>
|
||||
|
|
@ -495,7 +495,7 @@ export default function APIPageClient({ machineId }) {
|
|||
>
|
||||
<span className="material-symbols-outlined text-[14px]">{copied === "direct_url" ? "check" : "content_copy"}</span>
|
||||
</button>
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
{/* Tunnel Status */}
|
||||
{tunnelStatus && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue