mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
refactor(docker/events): migrate list view to react [EE-2228] (#11581)
This commit is contained in:
parent
9797201c2a
commit
33ce841040
11 changed files with 71 additions and 69 deletions
|
@ -188,8 +188,7 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
|
|||
url: '/events',
|
||||
views: {
|
||||
'content@': {
|
||||
templateUrl: './views/events/events.html',
|
||||
controller: 'EventsController',
|
||||
component: 'eventsListView',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue