feat(FN-3211): document app CPU metric in system stats
Updated the architecture documentation to document the app CPU metric in the system stats section. Fusion-Task-Id: FN-3211
This commit is contained in:
@@ -113,12 +113,14 @@
|
||||
gap: var(--space-md);
|
||||
}
|
||||
|
||||
.system-stats-modal__row--memory-used {
|
||||
.system-stats-modal__row--memory-used,
|
||||
.system-stats-modal__row--cpu-used {
|
||||
align-items: stretch;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.system-stats-modal__row--memory-used dd {
|
||||
.system-stats-modal__row--memory-used dd,
|
||||
.system-stats-modal__row--cpu-used dd {
|
||||
width: 100%;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user