mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-05 23:36:37 +00:00
refactor(recovery): move workspace counts into tabs
This commit is contained in:
parent
def85f7ecf
commit
e3ffcbe69c
5 changed files with 26 additions and 14 deletions
|
|
@ -212,10 +212,6 @@ export const RecoveryProtectedInventorySection: Component<
|
|||
<Show when={props.workspaceControls}>
|
||||
<div class="shrink-0">{props.workspaceControls}</div>
|
||||
</Show>
|
||||
<span class="font-medium text-base-content">
|
||||
{sortedRollups().length}{' '}
|
||||
{sortedRollups().length === 1 ? 'protected item' : 'protected items'}
|
||||
</span>
|
||||
<Show when={props.rollupsSummary().stale > 0}>
|
||||
<span class={`${getRecoveryRollupStatusPillClass('stale')} px-2 py-0.5`}>
|
||||
{props.rollupsSummary().stale} stale
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue