Show the auth settings for testing

This commit is contained in:
Owen
2026-08-05 09:59:41 -04:00
parent a5e9339af9
commit 425a99e5ee
@@ -106,7 +106,7 @@ export default async function ResourceLayout(props: ResourceLayoutProps) {
}
];
if (["http", "ssh", "rdp", "vnc"].includes(resource.mode)) {
if (["http", "ssh", "rdp", "vnc", "inference"].includes(resource.mode)) {
navItems.push(
{
title: t("authentication"),