1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

refactor(settings): move app settings to panel [EE-5503] (#9043)

This commit is contained in:
Chaim Lev-Ari 2023-06-07 12:16:47 +07:00 committed by GitHub
parent 4f04fe54a7
commit c7756f3018
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 477 additions and 201 deletions

View file

@ -61,6 +61,7 @@ export function EdgeCheckinIntervalField({
}}
options={options}
disabled={readonly}
id="edge_checkin"
/>
</FormControl>
);