mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-13 03:15:48 +02:00
compile pofile in backend
This commit is contained in:
parent
35d144c678
commit
9940c0ad36
18 changed files with 99 additions and 183 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue