🐙 Makes connection route conditional

This commit is contained in:
Rune Harlyk
2024-08-24 21:16:57 +02:00
committed by Rune Harlyk
parent 787d202a91
commit ac17be696b
+2 -1
View File
@@ -27,6 +27,7 @@
NTP,
Metrics
} from '$lib/components/icons';
import appEnv from 'app-env';
const features = useFeatureFlags();
@@ -50,7 +51,7 @@
title: 'Connection',
icon: WiFi,
href: '/connection',
feature: true
feature: !appEnv.VITE_USE_HOST_NAME
},
{
title: 'Controller',