Loading js/index.mjs +2 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ function getServiceUrl(serviceHost) { function getStatusInterpretation(statusCode) { switch (statusCode) { case 200: case 301: case 302: return ["Up", "green"] case 401: return ["Protected", "yellow"] Loading Loading
js/index.mjs +2 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ function getServiceUrl(serviceHost) { function getStatusInterpretation(statusCode) { switch (statusCode) { case 200: case 301: case 302: return ["Up", "green"] case 401: return ["Protected", "yellow"] Loading