diff --git a/hystrix-dashboard/src/main/webapp/components/hystrixCommand/hystrixCommand.css b/hystrix-dashboard/src/main/webapp/components/hystrixCommand/hystrixCommand.css index 1a2a6ac0e..c87ad1231 100644 --- a/hystrix-dashboard/src/main/webapp/components/hystrixCommand/hystrixCommand.css +++ b/hystrix-dashboard/src/main/webapp/components/hystrixCommand/hystrixCommand.css @@ -116,12 +116,15 @@ .dependencies .success { color: green; } + .dependencies .shortCircuited { color: blue; } + .dependencies .timeout { color: #FF9900; /* shade of orange */ } + .dependencies .failure { color: red; } @@ -134,6 +137,10 @@ color: brown; } +.dependencies .badRequest { + color: lightSeaGreen; +} + .dependencies div.monitor_data a.rate { color: black; font-size: 11pt; 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 1a3af48df..a8189b8eb 100644 --- a/hystrix-dashboard/src/main/webapp/components/hystrixCommand/templates/hystrixCircuit.html +++ b/hystrix-dashboard/src/main/webapp/components/hystrixCommand/templates/hystrixCircuit.html @@ -17,6 +17,7 @@