mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
fix(docker/container): container logs viewer error when logging is disabled (#10384)
* fix(docker/container-logs): invalid string breadcrumb * fix(docker/container): let docker select the logging driver by default on container create * fix(docker/container-logs): information panel in container logs when logging is disabled * fix(docker/container): dont include HostConfig.LogConfig if no driver is selected
This commit is contained in:
parent
d678b155ba
commit
ada6b31f69
9 changed files with 74 additions and 6 deletions
1
app/react/docker/containers/LogView/index.ts
Normal file
1
app/react/docker/containers/LogView/index.ts
Normal file
|
@ -0,0 +1 @@
|
|||
export { LogView } from './LogView';
|
Loading…
Add table
Add a link
Reference in a new issue