We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8071103 commit 7f2912bCopy full SHA for 7f2912b
1 file changed
ui/src/utils.ts
@@ -10,10 +10,7 @@ export async function openBrowser(url: string) {
10
}
11
12
export function navigateToContainerLogs(containerId: string) {
13
- // These functions aren't included on the official Docker typings, but they're
14
- // present.
15
- // @ts-ignore
16
- ddClient.navigateToContainerLogs(containerId)
+ ddClient.desktopUI.navigate.viewContainerLogs(containerId)
17
18
19
/**
0 commit comments