compile pofile in backend

This commit is contained in:
0xJacky 2022-02-19 10:44:28 +08:00
parent 35d144c678
commit 9940c0ad36
18 changed files with 99 additions and 183 deletions

View file

@ -30,8 +30,8 @@
<a-col :lg="6" :sm="8" :xs="12" class="chart_dashboard">
<div>
<a-tooltip
:title="$gettext('Used: ')+ disk_used +
' / '+ $gettext('Total: ') + disk_total">
:title="$gettext('Used:')+ disk_used +
' / '+ $gettext('Total:') + disk_total">
<a-progress :percent="disk_percentage" type="dashboard"/>
<p class="description" v-translate>Storage</p>
</a-tooltip>