show usage for infinite clients as well #5

This commit is contained in:
Alireza Ahmadi
2024-02-26 19:09:26 +01:00
parent c54d9c15bc
commit 233c27be23
+1 -1
View File
@@ -73,7 +73,7 @@
{{ $t('remained') }}: {{ HumanReadable.sizeFormat(item.volume - (item.up + item.down)) }} {{ $t('remained') }}: {{ HumanReadable.sizeFormat(item.volume - (item.up + item.down)) }}
</template> </template>
</v-tooltip> </v-tooltip>
{{ item.volume>0 ? HumanReadable.sizeFormat(item.up + item.down) : $t('unlimited') }} {{ HumanReadable.sizeFormat(item.up + item.down) }}
</v-col> </v-col>
</v-row> </v-row>
<v-row> <v-row>