ui: minor fixes

This commit is contained in:
Luiz Aoqui 2021-11-05 12:55:54 -04:00
parent 38791ad142
commit a45ef5d47f
No known key found for this signature in database
GPG key ID: 29F459C0D9CBB573
2 changed files with 18 additions and 16 deletions

View file

@ -4,7 +4,7 @@
<progress
data-test-current-value
class="progress {{@chartClass}} is-small"
value="{{@percent}}"
value="{{or @percent 0}}"
max="1">
{{@percent}}
</progress>

View file

@ -470,6 +470,8 @@
@attributePairs={{this.model.attributes.structured}}
@class="attributes-table" />
</div>
</div>
<div class="boxed-section">
<div class="boxed-section-head">
Meta
</div>