1
0
Fork 0

feat(dashboard): new Dashboard

- show providers (auto refresh: 2s)
- show health (auto refresh: 3s)
- more colors
- add font
- remove jumbotron
- javascript minified version
This commit is contained in:
Fernandez Ludovic 2015-10-05 16:11:43 +02:00
parent da3d119a43
commit ac57dda074
24 changed files with 420 additions and 0 deletions

22
static/style.css Normal file
View file

@ -0,0 +1,22 @@
@font-face {
font-family: 'charterregular';
src: url('fontss/charter_regular-webfont.eot');
src: url('fontss/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fontss/charter_regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.traefik-blue {
color: #00B1FF;
}
.traefik-text {
font-family: 'WebFont', Arial, sans-serif;
}
.panel-body .panel-table__servers,
.panel-body .panel-table__routes {
margin-bottom: 0;
}