mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-18 13:41:21 +01:00
change free to used
This commit is contained in:
parent
a1769ac6dc
commit
d7f8317382
@ -5,7 +5,7 @@
|
||||
<div #barTwo class="esxc-gauge-circle-fill esxc-gauge-bar-two"></div>
|
||||
<div class="esxc-gauge-circle-inner" [ngStyle]="{'background-color': backgroundColor}">
|
||||
<div class="esxc-gauge-circle-caption">
|
||||
<span class="esxc-value">{{free}}</span>
|
||||
<span class="esxc-value">{{used}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user