mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(docker/routes): add /docker parent route (#4185)
This commit is contained in:
parent
b4aca3822d
commit
134f2f1532
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ angular.module('portainer.docker', ['portainer.app']).config([
|
|||
var docker = {
|
||||
name: 'docker',
|
||||
parent: 'endpoint',
|
||||
url: '/docker',
|
||||
abstract: true,
|
||||
onEnter: /* @ngInject */ function onEnter(endpoint, $async, $state, EndpointService, EndpointProvider, LegacyExtensionManager, Notifications, StateManager, SystemService) {
|
||||
return $async(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue