mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-09 05:58:17 +02:00
Private connection working with traefik
This commit is contained in:
@@ -421,7 +421,10 @@ export default function PrivateResourcesTable({
|
||||
/>
|
||||
);
|
||||
}
|
||||
if (resourceRow.mode === "http") {
|
||||
if (
|
||||
resourceRow.mode === "http" ||
|
||||
resourceRow.mode === "inference"
|
||||
) {
|
||||
const domainId = resourceRow.domainId;
|
||||
const fullDomain = resourceRow.fullDomain;
|
||||
const url = `${resourceRow.ssl ? "https" : "http"}://${fullDomain}`;
|
||||
|
||||
Reference in New Issue
Block a user