feat: add support for viewing docker logs in swarm mode

This commit is contained in:
faytranevozter
2024-12-18 16:40:33 +07:00
parent 852895c382
commit 6211a19805
10 changed files with 280 additions and 12 deletions

View File

@@ -97,6 +97,7 @@ export const ShowDockerLogsCompose = ({
<DockerLogs
serverId={serverId || ""}
containerId={containerId || "select-a-container"}
runType="native"
/>
</CardContent>
</Card>