mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
refactor(users): migrate users table to react [EE-4708] (#10759)
This commit is contained in:
parent
86f1b8df6e
commit
a439695248
19 changed files with 159 additions and 192 deletions
|
@ -47,6 +47,7 @@ import { accessControlModule } from './access-control';
|
|||
import { environmentsModule } from './environments';
|
||||
import { registriesModule } from './registries';
|
||||
import { accountModule } from './account';
|
||||
import { usersModule } from './users';
|
||||
|
||||
export const ngModule = angular
|
||||
.module('portainer.app.react.components', [
|
||||
|
@ -57,6 +58,7 @@ export const ngModule = angular
|
|||
registriesModule,
|
||||
settingsModule,
|
||||
accountModule,
|
||||
usersModule,
|
||||
])
|
||||
.component(
|
||||
'tagSelector',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue