mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
Merge branch 'feat71-events-view' into internal
This commit is contained in:
commit
5ef6b536ac
9 changed files with 241 additions and 21 deletions
|
@ -12,6 +12,7 @@ angular.module('uifordocker', [
|
|||
'containers',
|
||||
'createContainer',
|
||||
'docker',
|
||||
'events',
|
||||
'images',
|
||||
'image',
|
||||
'containerLogs',
|
||||
|
@ -84,6 +85,11 @@ angular.module('uifordocker', [
|
|||
templateUrl: 'app/components/docker/docker.html',
|
||||
controller: 'DockerController'
|
||||
})
|
||||
.state('events', {
|
||||
url: '/events/',
|
||||
templateUrl: 'app/components/events/events.html',
|
||||
controller: 'EventsController'
|
||||
})
|
||||
.state('images', {
|
||||
url: '/images/',
|
||||
templateUrl: 'app/components/images/images.html',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue