fix: update gateway name to 'castle-gateway' for correct identification
This commit is contained in:
@@ -22,7 +22,7 @@ export function ComponentDetailPage() {
|
|||||||
const isDown = health?.status === "down"
|
const isDown = health?.status === "down"
|
||||||
const isTool = component?.roles.includes("tool") ?? false
|
const isTool = component?.roles.includes("tool") ?? false
|
||||||
const { data: toolDetail } = useToolDetail(isTool ? (name ?? "") : "")
|
const { data: toolDetail } = useToolDetail(isTool ? (name ?? "") : "")
|
||||||
const isGateway = name === "gateway"
|
const isGateway = name === "castle-gateway"
|
||||||
const { data: caddyfile } = useCaddyfile(isGateway)
|
const { data: caddyfile } = useCaddyfile(isGateway)
|
||||||
const [showUnit, setShowUnit] = useState(false)
|
const [showUnit, setShowUnit] = useState(false)
|
||||||
const { data: unitData } = useSystemdUnit(name ?? "", showUnit && !!component?.systemd)
|
const { data: unitData } = useSystemdUnit(name ?? "", showUnit && !!component?.systemd)
|
||||||
|
|||||||
Reference in New Issue
Block a user