General exhaustion alert #100

This commit is contained in:
Alireza Ahmadi
2023-04-02 12:28:07 +02:00
parent 17a483266e
commit 19280cdfbd
13 changed files with 225 additions and 92 deletions

View File

@@ -26,7 +26,7 @@
</template>
<template slot="client" slot-scope="text, client">
[[ client.email ]]
<a-tag v-if="!isClientEnabled(record, client.email)" color="red">{{ i18n "disabled" }}</a-tag>
<a-tag v-if="!isClientEnabled(record, client.email)" color="red">{{ i18n "depleted" }}</a-tag>
</template>
<template slot="traffic" slot-scope="text, client">
<a-tag color="blue">[[ sizeFormat(getUpStats(record, client.email)) ]] / [[ sizeFormat(getDownStats(record, client.email)) ]]</a-tag>