mirror of https://github.com/portainer/portainer
feat(docker/routes): add /docker parent route (#4185)
parent
b4aca3822d
commit
134f2f1532
|
@ -6,6 +6,7 @@ angular.module('portainer.docker', ['portainer.app']).config([
|
||||||
var docker = {
|
var docker = {
|
||||||
name: 'docker',
|
name: 'docker',
|
||||||
parent: 'endpoint',
|
parent: 'endpoint',
|
||||||
|
url: '/docker',
|
||||||
abstract: true,
|
abstract: true,
|
||||||
onEnter: /* @ngInject */ function onEnter(endpoint, $async, $state, EndpointService, EndpointProvider, LegacyExtensionManager, Notifications, StateManager, SystemService) {
|
onEnter: /* @ngInject */ function onEnter(endpoint, $async, $state, EndpointService, EndpointProvider, LegacyExtensionManager, Notifications, StateManager, SystemService) {
|
||||||
return $async(async () => {
|
return $async(async () => {
|
||||||
|
|
Loading…
Reference in New Issue