mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-05 10:49:16 +02:00
Show the auth settings for testing
This commit is contained in:
@@ -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(
|
navItems.push(
|
||||||
{
|
{
|
||||||
title: t("authentication"),
|
title: t("authentication"),
|
||||||
|
|||||||
Reference in New Issue
Block a user