feat(webui): new Health screen

- add realtime chart
  - Total Status Code Count
  - Average response time
  - remove status code count
  - D3 & NVD3 & Angular NVD3
This commit is contained in:
Fernandez Ludovic 2015-10-07 22:31:00 +02:00
parent 398dfbd8a5
commit 28458345b4
10 changed files with 252 additions and 51 deletions

View file

@ -5,6 +5,7 @@
.module('traefik.section', [
'ui.router',
'ui.bootstrap',
'nvd3',
'traefik.section.providers',
'traefik.section.health'
]);