1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 15:25:22 +02:00

feat(environments): add edge device [EE-4840] (#8246)

* feat(environments): add edge device [EE-4840]

fix [EE-4840]

* fix(home): fix tests
This commit is contained in:
Chaim Lev-Ari 2023-01-10 21:30:49 +02:00 committed by GitHub
parent 6c193a8a45
commit baf9c3db0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 170 additions and 48 deletions

View file

@ -32,8 +32,8 @@ export const viewsModule = angular
)
.component(
'settingsEdgeCompute',
r2a(withReactQuery(withCurrentUser(EdgeComputeSettingsView)), [
'onSubmit',
'settings',
])
r2a(
withUIRouter(withReactQuery(withCurrentUser(EdgeComputeSettingsView))),
['onSubmit', 'settings']
)
).name;