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:
parent
56f3bd8417
commit
877dc1e236
2 changed files with 42 additions and 13 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue