This commit is contained in:
shoopea 2019-10-11 16:13:01 +08:00
parent fb3eb32e18
commit 75d113da88

2
job.go
View File

@ -968,7 +968,7 @@ func jobVaultStatus(j Job) {
}
if currentUserID64 != 0 {
//display info
out := fmt.Sprintf("<pre>%-28s | Dep. | Rcv. | Total\n------------------------------┼-------┼-------┼------\n", `Item`)
out := fmt.Sprintf("<pre>%-28s | Dep. | Rcv. | Total\n─────────────────────────────┼───────┼───────┼──────\n", `Item`)
for i, itemId := range itemList {
item, err := getObjItem(itemId)
logOnError(err, "jobVaultStatus : getObjItem")