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:
Sebastiaan van Stijn 2022-12-12 18:28:22 +01:00 committed by GitHub
commit 08e75f913c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -14,12 +14,12 @@ try {
await ddClient.desktopUI.navigate.viewContainerLogs(id);
} catch (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
| Name | Type | Description |