mirror of
https://github.com/traefik/traefik.git
synced 2025-08-15 19:17:11 +02:00
- slit provider between tabs - remove providerID from backend/frontend title - add Angular-Boostrap
13 lines
198 B
JavaScript
13 lines
198 B
JavaScript
(function () {
|
|
'use strict';
|
|
|
|
angular
|
|
.module('traefik.section', [
|
|
'ui.router',
|
|
'ui.bootstrap',
|
|
'traefik.section.providers',
|
|
'traefik.section.health'
|
|
]);
|
|
|
|
})();
|