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:
parent
398dfbd8a5
commit
28458345b4
10 changed files with 252 additions and 51 deletions
|
@ -5,6 +5,7 @@
|
|||
.module('traefik.section', [
|
||||
'ui.router',
|
||||
'ui.bootstrap',
|
||||
'nvd3',
|
||||
'traefik.section.providers',
|
||||
'traefik.section.health'
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue