mirror of https://github.com/docker/docs.git
Merge pull request #16327 from gtardif/fix_extension_code_section_format
Fix format for code section that was badly rendering the entire page
This commit is contained in:
commit
08e75f913c
|
@ -14,12 +14,12 @@ try {
|
||||||
await ddClient.desktopUI.navigate.viewContainerLogs(id);
|
await ddClient.desktopUI.navigate.viewContainerLogs(id);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
ddClient.desktopUI.toast.error(`Failed to navigate to logs for container "${id}".`);
|
ddClient.desktopUI.toast.error(
|
||||||
|
`Failed to navigate to logs for container "${id}".`
|
||||||
|
);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Parameters
|
#### Parameters
|
||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
|
|
Loading…
Reference in New Issue