@@ -189,7 +189,7 @@ const useDockerActionMutation = () => {
|
|||||||
{ action, id: container.Id },
|
{ action, id: container.Id },
|
||||||
{
|
{
|
||||||
onSuccess: () => {
|
onSuccess: () => {
|
||||||
notifications.show({
|
notifications.update({
|
||||||
id: container.Id,
|
id: container.Id,
|
||||||
title: containerName,
|
title: containerName,
|
||||||
message: `${t(`actions.${action}.end`)} ${containerName}`,
|
message: `${t(`actions.${action}.end`)} ${containerName}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user