1
0
Fork 0
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:
Chaim Lev-Ari 2024-04-09 08:10:25 +03:00 committed by GitHub
parent bd271ec5a1
commit 7e53d01d0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 181 additions and 197 deletions

View file

@ -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',