Browse Source

Add local copies of hystrix images

Fixes gh-1076
pull/6/head
Dave Syer 9 years ago
parent
commit
1c7c96a245
  1. 4
      spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/css/global.css
  2. BIN
      spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/images/hystrix-logo-tagline-tiny.png
  3. BIN
      spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/images/hystrix-logo.png
  4. 2
      spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/index.ftl

4
spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/css/global.css

@ -14,7 +14,7 @@ img { @@ -14,7 +14,7 @@ img {
#header {
background: #FFFFFF url(http://raw.github.com/wiki/Netflix/Hystrix/images/hystrix-logo-tagline-tiny.png) no-repeat scroll 99% 0%;
background: #FFFFFF url(../images/hystrix-logo-tagline-tiny.png) no-repeat scroll 99% 0%;
height: 65px;
margin-bottom: 5px;
}
@ -65,7 +65,7 @@ img { @@ -65,7 +65,7 @@ img {
}
#header {
background: #FFFFFF url(http://raw.github.com/wiki/Netflix/Hystrix/images/hystrix-logo-tagline-tiny.png) no-repeat scroll 99% 50%;
background: #FFFFFF url(../images/hystrix-logo-tagline-tiny.png) no-repeat scroll 99% 50%;
height: 65px;
}
}

BIN
spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/images/hystrix-logo-tagline-tiny.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/images/hystrix-logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

2
spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/index.ftl

@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
<div style="width:800px;margin:0 auto;">
<center>
<img width="264" height="233" src="https://raw.github.com/wiki/Netflix/Hystrix/images/hystrix-logo.png">
<img width="264" height="233" src="<@spring.url '/hystrix'/>/images/hystrix-logo.png">
<br>
<br>

Loading…
Cancel
Save