small typo

Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
MHSanaei 2023-12-05 00:19:01 +03:30
parent 75fb66ade0
commit d8c509b410
2 changed files with 3 additions and 3 deletions

View file

@ -138,9 +138,9 @@ function clientUsageColor(clientStats, trafficDiff) {
case clientStats.up + clientStats.down < clientStats.total - trafficDiff: case clientStats.up + clientStats.down < clientStats.total - trafficDiff:
return "#0e49b5"; return "#0e49b5";
case clientStats.up + clientStats.down < clientStats.total: case clientStats.up + clientStats.down < clientStats.total:
return "#FFA031"; return "#ffa031";
default: default:
return "#E04141"; return "#e04141";
} }
} }

View file

@ -136,7 +136,7 @@
[[ remainedDays(client.expiryTime) ]] [[ remainedDays(client.expiryTime) ]]
</a-tag> </a-tag>
</a-popover> </a-popover>
<a-tag v-else :color="userExpiryColor(app.expireDiff, client, themeSwitcher.isDarkTheme)" style="border: 0;" class="infinite-tag">&infin;</a-tag> <a-tag v-else :color="userExpiryColor(app.expireDiff, client, themeSwitcher.isDarkTheme)" style="border: none;" class="infinite-tag">&infin;</a-tag>
</template> </template>
</template> </template>
<template slot="actionMenu" slot-scope="text, client, index"> <template slot="actionMenu" slot-scope="text, client, index">