This commit is contained in:
parent
10bdee10cf
commit
e0fbd16f92
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
<h5 class="mt-3">Quotas</h5>
|
<h5 class="mt-3">Quotas</h5>
|
||||||
<div class="progress mt-3">
|
<div class="progress mt-3">
|
||||||
<div class="progress-bar" role="progressbar" aria-valuenow="{{ .View.Size.Current }}" aria-valuemin="0" aria-valuemax="{{ .View.Size.Max }}" style="width: {{ .View.Size.Percent }}%; min-width: 2em;">
|
<div class="progress-bar" role="progressbar" aria-valuenow="{{ .View.Size.Current }}" aria-valuemin="0" aria-valuemax="{{ .View.Size.Max }}" style="width: {{ .View.Size.Percent }}%; min-width: 2em;">
|
||||||
{{ .View.Size.Ratio }}%
|
{{ .View.Size.Percent }}%
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue