right-align percent
This commit is contained in:
parent
8e1474a760
commit
749c5d818f
@ -24,7 +24,7 @@ export default function Pool({ name, free, allocated, healthy }) {
|
|||||||
<span>
|
<span>
|
||||||
{prettyBytes(allocated)} / {prettyBytes(total)}
|
{prettyBytes(allocated)} / {prettyBytes(total)}
|
||||||
</span>
|
</span>
|
||||||
<span className="pl-2 w-12 text-center">({usedPercent}%)</span>
|
<span className="pl-2">({usedPercent}%)</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user