portainer/app/react/docker/containers/CreateView
cmeng d089dfbca0
fix(container): fix various creating container issues EE-6287 (#10595)
* fix(container): show placeholder for image field EE-6287

* fix(container): correct query params for search button field EE-6287

* fix(container): use btoa to encode registry credential EE-6287

* fix(container): allow creating non-existing option EE-6287

* fix(ui/forms): typeahead component

* fix(container): select the default registry EE-6287

* fix(container): always enable deploy button when always pull is off EE-6287

* fix(container): reset command fields outside current event to avoid validation on broken values EE-6287

* fix(container): query registry with endpoint ID param EE-6287

---------

Co-authored-by: Chaim Lev-Ari <chaim.levi-ari@portainer.io>
2023-11-16 08:50:23 +13:00
..
BaseForm fix(container): fix various creating container issues EE-6287 (#10595) 2023-11-16 08:50:23 +13:00
CapabilitiesTab fix(container): hide capabilities tab EE-6258 (#10540) 2023-10-26 15:44:31 +13:00
CommandsTab refactor(containers): migrate create view to react [EE-2307] (#9175) 2023-10-19 13:45:50 +02:00
EnvVarsTab refactor(containers): migrate create view to react [EE-2307] (#9175) 2023-10-19 13:45:50 +02:00
LabelsTab refactor(containers): migrate create view to react [EE-2307] (#9175) 2023-10-19 13:45:50 +02:00
NetworkTab fix(container): assign container domain name (#10605) 2023-11-09 10:19:28 +13:00
ResourcesTab fix(ui): label GPU functionality as NVIDIA only EE-6204 (#10522) 2023-10-25 14:48:22 -03:00
RestartPolicyTab refactor(containers): migrate restart policy tab to react [EE-5213] (#10347) 2023-09-25 20:40:26 +03:00
VolumesTab refactor(containers): migrate create view to react [EE-2307] (#9175) 2023-10-19 13:45:50 +02:00
CreateView.tsx fix(container): hide capabilities tab EE-6258 (#10540) 2023-10-26 15:44:31 +13:00
InnerForm.tsx fix(container): hide capabilities tab EE-6258 (#10540) 2023-10-26 15:44:31 +13:00
index.ts refactor(containers): migrate create view to react [EE-2307] (#9175) 2023-10-19 13:45:50 +02:00
toRequest.ts fix(container): hide capabilities tab EE-6258 (#10540) 2023-10-26 15:44:31 +13:00
types.ts refactor(docker/containers): migrate commands tab to react [EE-5208] (#10085) 2023-09-04 19:07:29 +01:00
useCreateMutation.tsx refactor(containers): migrate create view to react [EE-2307] (#9175) 2023-10-19 13:45:50 +02:00
useInitialValues.ts refactor(containers): migrate create view to react [EE-2307] (#9175) 2023-10-19 13:45:50 +02:00
validation.ts refactor(containers): migrate create view to react [EE-2307] (#9175) 2023-10-19 13:45:50 +02:00