Skip to content

Commit a9e92d0

Browse files
authored
Merge pull request #78 from thediveo/develop
chore: tweak off CPU task display
2 parents e2b12a6 + 952a1ec commit a9e92d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web/lxkns/src/components/affinitytree/AffinityTree.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const RunnerItemBlock = styled('div')(({ theme }) => ({
4848
const OffCPUInfo = styled('span')(({ theme }) => ({
4949
'& *': {
5050
color: theme.palette.text.disabled + "!important",
51-
opacity: '0.5 !important',
51+
opacity: '0.85 !important',
5252
},
5353
}))
5454

web/lxkns/src/views/help/chapters/Affinities.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ often termed "pinning".
2323
2424
## CPU-Process Mapping
2525

26-
This is a (logical) CPU-centric view, tackling the use case of "what's going on
27-
on CPU x?".
26+
This is a (logical) CPU-centric view, tackling the use case of "_what's going on
27+
on CPU x?_".
2828

2929
<Example>
3030
<AffinityTree discovery={discovery} />

0 commit comments

Comments
 (0)