fix api name chnage

This commit is contained in:
mbecker20
2025-02-13 01:35:43 -08:00
parent 4f1295322f
commit a5542616c8

View File

@@ -141,8 +141,8 @@ const on_message = (
["ListDockerContainers"],
["ListDockerNetworks"],
["ListDockerImages"],
["GetStackServiceLog", { stack: update.target.id }],
["SearchStackServiceLog", { stack: update.target.id }],
["GetStackLog", { stack: update.target.id }],
["SearchStackLog", { stack: update.target.id }],
["GetStack"],
["ListStackServices"],
["GetResourceMatchingContainer"]