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 5a6c7fb commit 8cb42b5Copy full SHA for 8cb42b5
packages/labextension/src/widget.tsx
@@ -175,7 +175,7 @@ const KernelUsage = (props: {
175
{props.trans.__('Process ID')}: {usage.pid}
176
</div>
177
<div className="jp-KernelUsage-separator">
178
- {props.trans.__('CPU')}: {props.trans.__('%s %% used', usage.kernel_cpu)}
+ {props.trans.__('CPU: %s %% used', usage.kernel_cpu)}
179
180
181
{props.trans.__('Memory')}: {formatForDisplay(usage.kernel_memory)}
0 commit comments