1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

fix(namespace): update no registries text [EE-2226] (#10501)

Co-authored-by: testa113 <testa113>
This commit is contained in:
Ali 2023-10-18 22:57:29 +01:00 committed by GitHub
parent 56f3bd8417
commit 877dc1e236
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 13 deletions

View file

@ -76,7 +76,12 @@ export const ngModule = angular
)
.component(
'createNamespaceRegistriesSelector',
r2a(RegistriesSelector, ['inputId', 'onChange', 'options', 'value'])
r2a(withUIRouter(withReactQuery(withCurrentUser(RegistriesSelector))), [
'inputId',
'onChange',
'options',
'value',
])
)
.component(
'kubeNodesDatatable',