1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 23:35:31 +02:00

fix(kube): load apps module
Some checks failed
Test / test-client (push) Has been cancelled
Test / test-server (push) Has been cancelled

This commit is contained in:
Chaim Lev-Ari 2024-01-02 11:50:20 +07:00
parent 1afaf01495
commit 68316c84ef

View file

@ -19,8 +19,10 @@ import { withFormValidation } from '@/react-tools/withFormValidation';
import { withCurrentUser } from '@/react-tools/withCurrentUser';
import { withControlledInput } from '@/react-tools/withControlledInput';
import { applicationsModule } from './applications';
export const ngModule = angular
.module('portainer.kubernetes.react.components', [])
.module('portainer.kubernetes.react.components', [applicationsModule])
.component(
'ingressClassDatatable',
r2a(IngressClassDatatable, [