mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-05 20:21:19 +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(
|
||||
{
|
||||
title: t("authentication"),
|
||||
|
||||
Reference in New Issue
Block a user