mirror of
https://github.com/traefik/traefik.git
synced 2025-05-19 14:14:46 +00:00
- show providers (auto refresh: 2s) - show health (auto refresh: 3s) - more colors - add font - remove jumbotron - javascript minified version
7 lines
89 B
JavaScript
7 lines
89 B
JavaScript
(function () {
|
|
'use strict';
|
|
|
|
angular.module('traefik', ['traefik.section']);
|
|
|
|
})();
|