chore: generate
This commit is contained in:
parent
337993d53e
commit
9f8d8f5b0e
1 changed files with 3 additions and 1 deletions
|
|
@ -346,7 +346,9 @@ export function StatusPopoverBody(props: { shown: Accessor<boolean> }) {
|
||||||
<span class="text-14-regular text-text-base truncate">{name}</span>
|
<span class="text-14-regular text-text-base truncate">{name}</span>
|
||||||
</span>
|
</span>
|
||||||
<Show when={status() === "needs_auth"}>
|
<Show when={status() === "needs_auth"}>
|
||||||
<span class="text-11-regular text-text-weaker truncate">{language.t("mcp.auth.clickToAuthenticate")}</span>
|
<span class="text-11-regular text-text-weaker truncate">
|
||||||
|
{language.t("mcp.auth.clickToAuthenticate")}
|
||||||
|
</span>
|
||||||
</Show>
|
</Show>
|
||||||
</span>
|
</span>
|
||||||
<div onClick={(event) => event.stopPropagation()}>
|
<div onClick={(event) => event.stopPropagation()}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue