64d635f776
- slit provider between tabs - remove providerID from backend/frontend title - add Angular-Boostrap
12 lines
198 B
JavaScript
12 lines
198 B
JavaScript
(function () {
|
|
'use strict';
|
|
|
|
angular
|
|
.module('traefik.section', [
|
|
'ui.router',
|
|
'ui.bootstrap',
|
|
'traefik.section.providers',
|
|
'traefik.section.health'
|
|
]);
|
|
|
|
})();
|