(appID string)
| 33 | ) |
| 34 | |
| 35 | func composeLogsHint(appID string) string { |
| 36 | return "Filter, search, and stream logs from all your Compose services\nin one place with Docker Desktop's Logs view. " + hintLink(desktop.BuildLogsURL(appID)) |
| 37 | } |
| 38 | |
| 39 | func dockerLogsHint(appID string) string { |
| 40 | return "View and search logs for all containers in one place\nwith Docker Desktop's Logs view. " + hintLink(desktop.BuildLogsURL(appID)) |