mirror of
https://github.com/louislam/dockge.git
synced 2024-11-23 19:34:04 +00:00
Add the stack name to the update message
This commit is contained in:
parent
d7ab665c10
commit
9a05812a5a
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ export class DockerSocketHandler extends AgentSocketHandler {
|
|||
await stack.update(socket);
|
||||
callbackResult({
|
||||
ok: true,
|
||||
msg: "Updated"
|
||||
msg: `Updated: ${stackName}`
|
||||
}, callback);
|
||||
server.sendStackList();
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in a new issue