mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-14 08:50:31 +00:00
Merge branch 'main' into charts-widget
This commit is contained in:
commit
3fa72e48cc
3 changed files with 6 additions and 6 deletions
|
@ -15,7 +15,7 @@ export default function Resource({ children, icon, value, label, expandedValue =
|
|||
<div className="pr-1">{expandedLabel}</div>
|
||||
</div>
|
||||
}
|
||||
{ percentage && <UsageBar percent={percentage} /> }
|
||||
{ percentage >= 0 && <UsageBar percent={percentage} /> }
|
||||
{ children }
|
||||
</div>
|
||||
</div>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue