mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
refactor(kube/registries): migrate access table to react [EE-4706] (#10688)
This commit is contained in:
parent
f584bf3830
commit
a00cb951bc
8 changed files with 74 additions and 142 deletions
|
@ -66,6 +66,7 @@ import { applicationsModule } from './applications';
|
|||
import { volumesModule } from './volumes';
|
||||
import { namespacesModule } from './namespaces';
|
||||
import { clusterManagementModule } from './clusterManagement';
|
||||
import { registriesModule } from './registries';
|
||||
|
||||
export const ngModule = angular
|
||||
.module('portainer.kubernetes.react.components', [
|
||||
|
@ -73,6 +74,7 @@ export const ngModule = angular
|
|||
volumesModule,
|
||||
namespacesModule,
|
||||
clusterManagementModule,
|
||||
registriesModule,
|
||||
])
|
||||
.component(
|
||||
'ingressClassDatatable',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue