forked from Ivasoft/traefik
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:
12
static/app/sections/sections.config.js
Normal file
12
static/app/sections/sections.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
angular
|
||||
.module('traefik.section')
|
||||
.config(['$urlRouterProvider', function ($urlRouterProvider) {
|
||||
|
||||
$urlRouterProvider.otherwise('/');
|
||||
|
||||
}]);
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user