Update
Release rolling / release (push) Has been cancelled

This commit is contained in:
Raven Scott
2026-07-15 15:08:55 -04:00
parent a6925d337e
commit 53e6dd8853
10 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -2448,7 +2448,7 @@ function validateFormData(data) {
}
/**
* Portainer-style replace prompt when a container name is already taken.
* style replace prompt when a container name is already taken.
* @param {object} payload
* @returns {Promise<object>} payload (possibly with replace: true)
*/
@@ -2540,7 +2540,7 @@ async function deployDockerContainer(payload) {
);
}
// Offer replace when name collides (Portainer-style)
// Offer replace when name collides (style)
payload = await confirmReplaceExistingContainer(payload)
// Prefer job-stepper (live tray log). Do not fall back after a real deploy failure