mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
refactor(activity-logs): migrate auth logs table to react [EE-4715] (#10890)
This commit is contained in:
parent
bd271ec5a1
commit
7e53d01d0f
11 changed files with 181 additions and 197 deletions
|
@ -48,6 +48,7 @@ import { environmentsModule } from './environments';
|
|||
import { registriesModule } from './registries';
|
||||
import { accountModule } from './account';
|
||||
import { usersModule } from './users';
|
||||
import { activityLogsModule } from './activity-logs';
|
||||
|
||||
export const ngModule = angular
|
||||
.module('portainer.app.react.components', [
|
||||
|
@ -59,6 +60,7 @@ export const ngModule = angular
|
|||
settingsModule,
|
||||
accountModule,
|
||||
usersModule,
|
||||
activityLogsModule,
|
||||
])
|
||||
.component(
|
||||
'tagSelector',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue