You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return<Linkto={`/${cluster.organizationId}/${cluster.id}/finish-setup`}className="text-sm text-nowrap"aria-label={`Set Password on ${cluster.name}`}title={`Set Password on ${cluster.name}`}>
Direct Connect <ArrowRightclassName="inline-block"/>
47
+
</span>
48
+
</Link>;
49
+
}
50
+
51
+
if(update&&!clusterIsSelfManaged(cluster)){
52
+
return<Linkto={`/${cluster.organizationId}/${cluster.id}${defaultInstanceRoute}`}className="text-sm text-nowrap"aria-label={`Connect to ${cluster.name}`}title={`Connect to ${cluster.name}`}>
return<Linkto={`/${cluster.organizationId}/${cluster.id}/sign-in`}className="text-sm text-nowrap"aria-label={`Sign In to ${cluster.name}`}title={`Sign In to ${cluster.name}`}>
50
60
<spanclassName="py-2 hover:border-b-2">
51
-
Sign In <ArrowRightclassName="inline-block"/>
61
+
Direct Sign In <ArrowRightclassName="inline-block"/>
0 commit comments