mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-05 15:23:27 +00:00
refactor(recovery): remove duplicate posture cues
This commit is contained in:
parent
b3068098b2
commit
f372cd680e
5 changed files with 33 additions and 48 deletions
|
|
@ -212,16 +212,6 @@ export const RecoveryProtectedInventorySection: Component<
|
|||
<Show when={props.workspaceControls}>
|
||||
<div class="shrink-0">{props.workspaceControls}</div>
|
||||
</Show>
|
||||
<Show when={props.rollupsSummary().stale > 0}>
|
||||
<span class={`${getRecoveryRollupStatusPillClass('stale')} px-2 py-0.5`}>
|
||||
{props.rollupsSummary().stale} stale
|
||||
</span>
|
||||
</Show>
|
||||
<Show when={props.rollupsSummary().neverSucceeded > 0}>
|
||||
<span class={`${getRecoveryRollupStatusPillClass('never-succeeded')} px-2 py-0.5`}>
|
||||
{props.rollupsSummary().neverSucceeded} never succeeded
|
||||
</span>
|
||||
</Show>
|
||||
</div>
|
||||
}
|
||||
search={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue