diff --git a/hystrix-dashboard/src/main/webapp/components/hystrixCommand/templates/hystrixCircuit.html b/hystrix-dashboard/src/main/webapp/components/hystrixCommand/templates/hystrixCircuit.html index a8189b8eb..4d97f22a4 100644 --- a/hystrix-dashboard/src/main/webapp/components/hystrixCommand/templates/hystrixCircuit.html +++ b/hystrix-dashboard/src/main/webapp/components/hystrixCommand/templates/hystrixCircuit.html @@ -43,7 +43,7 @@ <% } else { /* We have some circuits that are open */ %> - Circuit <%= isCircuitBreakerOpen.replace("true", "Open").replace("false", "Closed") %>) + Circuit <%= isCircuitBreakerOpen.toString().replace("true", "Open").replace("false", "Closed") %> <% } %> <% } %>