Fix service cluster status (#556)
Some checks failed
build and push / build_n_push (push) Has been cancelled
Some checks failed
build and push / build_n_push (push) Has been cancelled
This commit is contained in:
@@ -405,7 +405,7 @@ export default function ReverseProxyModal({
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{reverseProxy?.proxy_cluster && (
|
||||
{reverseProxy?.proxy_cluster && !isClusterConnected && (
|
||||
<Callout variant={"error"}>
|
||||
Cluster {reverseProxy.proxy_cluster} is offline. Make sure the
|
||||
proxy server is running and connected to the right management
|
||||
|
||||
Reference in New Issue
Block a user