mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +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
|
@ -5,6 +5,7 @@ import { r2a } from '@/react-tools/react2angular';
|
|||
import { withCurrentUser } from '@/react-tools/withCurrentUser';
|
||||
import { withUIRouter } from '@/react-tools/withUIRouter';
|
||||
import { DashboardView } from '@/react/docker/DashboardView/DashboardView';
|
||||
import { ListView } from '@/react/docker/events/ListView';
|
||||
|
||||
import { containersModule } from './containers';
|
||||
|
||||
|
@ -14,6 +15,7 @@ export const viewsModule = angular
|
|||
'dockerDashboardView',
|
||||
r2a(withUIRouter(withCurrentUser(DashboardView)), [])
|
||||
)
|
||||
.component('eventsListView', r2a(withUIRouter(withCurrentUser(ListView)), []))
|
||||
.component(
|
||||
'networkDetailsView',
|
||||
r2a(withUIRouter(withCurrentUser(NetworksItemView)), [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue