diff --git a/hystrix-dashboard/src/main/webapp/index.html b/hystrix-dashboard/src/main/webapp/index.html index e4a0787de..a6d3ea342 100644 --- a/hystrix-dashboard/src/main/webapp/index.html +++ b/hystrix-dashboard/src/main/webapp/index.html @@ -26,6 +26,8 @@ $('#streams').html('' + _.reduce(streams, function(html, s) { return html + ''; }, '') + '
' + s.name + '' + s.stream + '
'); + + $('#message').html(""); } else { $('#message').html("The 'stream' value is required."); }