mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 21:39:40 +02:00
fix(container): runtime and resources issues EE-6306 (#10611)
This commit is contained in:
parent
1bcbfb8213
commit
dc574af734
6 changed files with 55 additions and 15 deletions
|
@ -138,14 +138,14 @@ function CreateForm() {
|
|||
});
|
||||
|
||||
if (!confirmed) {
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
const registry = getRegistry(values.image, registriesQuery.data || []);
|
||||
const config = toRequest(values, registry, hideCapabilities);
|
||||
|
||||
mutation.mutate(
|
||||
return mutation.mutate(
|
||||
{ config, environment, values, registry, oldContainer, extraNetworks },
|
||||
{
|
||||
onSuccess() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue