mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-05 07:08:42 +00:00
refactor(recovery): match storage workspace handoff
This commit is contained in:
parent
c6e56c7666
commit
7822cb1014
6 changed files with 26 additions and 25 deletions
|
|
@ -379,7 +379,7 @@ export const RecoveryProtectedInventorySection: Component<
|
|||
))}
|
||||
</TableRow>
|
||||
</TableHeader>
|
||||
<TableBody class="divide-y divide-border">
|
||||
<TableBody class="divide-y divide-border-subtle/60">
|
||||
<For each={visibleRollups()}>
|
||||
{(rollup) => {
|
||||
const resourceIndex = props.resourcesById();
|
||||
|
|
@ -416,7 +416,7 @@ export const RecoveryProtectedInventorySection: Component<
|
|||
|
||||
return (
|
||||
<TableRow
|
||||
class="cursor-pointer border-b border-border-subtle/70 odd:bg-surface even:bg-surface-alt/35 transition-colors hover:bg-surface-hover/95"
|
||||
class="cursor-pointer odd:bg-surface even:bg-surface-alt/35 transition-colors hover:bg-surface-hover/95"
|
||||
onClick={() => props.onSelectRollup(rollup.rollupId)}
|
||||
>
|
||||
<TableCell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue