mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Merge pull request #743 from Flatta/fix-mail-diskusage
Fix /list/mail/ not showing disk usage
This commit is contained in:
commit
8a4b446a49
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ json_list() {
|
|||
"DKIM": "'$DKIM'",
|
||||
"CATCHALL": "'$CATCHALL'",
|
||||
"ACCOUNTS": "'$ACCOUNTS'",
|
||||
"U_DISKL": "'$U_DISK'",
|
||||
"U_DISK": "'$U_DISK'",
|
||||
"SUSPENDED": "'$SUSPENDED'",
|
||||
"TIME": "'$TIME'",
|
||||
"DATE": "'$DATE'"
|
||||
|
|
|
@ -30,7 +30,7 @@ json_list() {
|
|||
"DKIM": "'$DKIM'",
|
||||
"CATCHALL": "'$CATCHALL'",
|
||||
"ACCOUNTS": "'$ACCOUNTS'",
|
||||
"U_DISKL": "'$U_DISK'",
|
||||
"U_DISK": "'$U_DISK'",
|
||||
"SUSPENDED": "'$SUSPENDED'",
|
||||
"TIME": "'$TIME'",
|
||||
"DATE": "'$DATE'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue