mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 04:15:28 +02:00
feat(container-inspect): add the ability to inspect containers
This commit is contained in:
parent
925326e8aa
commit
7eaaf9a2a7
7 changed files with 62 additions and 12 deletions
|
@ -105,6 +105,19 @@ function configureRoutes($stateProvider) {
|
|||
}
|
||||
}
|
||||
})
|
||||
.state('inspect', {
|
||||
url: '^/containers/:id/inspect',
|
||||
views: {
|
||||
'content@': {
|
||||
templateUrl: 'app/components/containerInspect/containerInspect.html',
|
||||
controller: 'ContainerInspectController'
|
||||
},
|
||||
'sidebar@': {
|
||||
templateUrl: 'app/components/sidebar/sidebar.html',
|
||||
controller: 'SidebarController'
|
||||
}
|
||||
}
|
||||
})
|
||||
.state('dashboard', {
|
||||
parent: 'root',
|
||||
url: '/dashboard',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue