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

refactor(app): migrate resource reservations [EE-6236] (#10695)

* refactor(app): migrate resource reservations [EE-6236]
This commit is contained in:
Ali 2024-01-03 10:03:33 +13:00 committed by GitHub
parent e07ee05ee7
commit 947ba4940b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 168 additions and 96 deletions

View file

@ -0,0 +1,2 @@
export { ResourceReservationFormSection } from './ResourceReservationFormSection';
export { resourceReservationValidation } from './resourceReservationValidation';