Skip to content

Commit 278ac87

Browse files
committed
VolumesAndMountsPage: totals row text muting
this is because when looking at mobile, it was hard to see zoomed in that this was not an ordinary row (I was wondering which volume has like 60 TB of space...)
1 parent e8e73a4 commit 278ac87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/pages/VolumesAndMountsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ export default class VolumesAndMountsPage extends React.Component<
486486
<td colSpan={99}>{loadingOrError}</td>
487487
</tr>
488488
) : null}
489-
<tr>
489+
<tr class="text-muted">
490490
<td />
491491
<td />
492492
<td>{blobCount(totals)}</td>

0 commit comments

Comments
 (0)