mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
feat(app): migrate app parent view to react [EE-5361] (#10086)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
531f88b947
commit
841ca1ebd4
42 changed files with 1448 additions and 810 deletions
|
@ -121,7 +121,10 @@ export const ngModule = angular
|
|||
r2a(FallbackImage, ['src', 'fallbackIcon', 'alt', 'size', 'className'])
|
||||
)
|
||||
.component('prIcon', r2a(Icon, ['className', 'icon', 'mode', 'size', 'spin']))
|
||||
.component('reactQueryDevTools', r2a(ReactQueryDevtoolsWrapper, []))
|
||||
.component(
|
||||
'reactQueryDevTools',
|
||||
r2a(withReactQuery(ReactQueryDevtoolsWrapper), [])
|
||||
)
|
||||
.component(
|
||||
'dashboardItem',
|
||||
r2a(DashboardItem, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue