fix: Fix OIDC linking and prep release

This commit is contained in:
LukeGus
2025-11-16 23:16:52 -06:00
parent 16e28c6e6b
commit 3feaced488
14 changed files with 267 additions and 128 deletions

View File

@@ -2933,6 +2933,20 @@ export function HostManagerEditor({
<TabsContent value="statistics" className="space-y-6">
<div className="space-y-4">
<div className="space-y-3">
<Button
variant="outline"
size="sm"
className="h-8 px-3 text-xs"
onClick={() =>
window.open(
"https://docs.termix.site/server-stats",
"_blank",
)
}
>
{t("common.documentation")}
</Button>
<FormField
control={form.control}
name="statsConfig.statusCheckEnabled"