Fix info box ui

This commit is contained in:
Owen
2026-08-06 14:45:25 -04:00
parent f72252552f
commit a4d77a4fd3
6 changed files with 20 additions and 13 deletions
+4 -1
View File
@@ -74,7 +74,10 @@ export function formatSiteResourceAccess(
};
}
if (resource.mode === "http" && resource.fullDomain) {
if (
(resource.mode === "http" || resource.mode == "inference") &&
resource.fullDomain
) {
const url = `${resource.ssl ? "https" : "http"}://${resource.fullDomain}`;
return {
accessDisplay: url,