test fmt
This commit is contained in:
parent
758c242c8b
commit
4c7eef5996
2
job.go
2
job.go
@ -968,7 +968,7 @@ func jobVaultStatus(j Job) {
|
||||
}
|
||||
if currentUserID64 != 0 {
|
||||
//display info
|
||||
out := fmt.Sprintf("<pre>%-32s | Depo. | Recv. | Total\n────────────────────────────┼───────┼───────┼──────\n", `Item`)
|
||||
out := fmt.Sprintf("<pre>%-32s | Depo. | Recv. | Total\n────────────────────────────┼──────┼──────┼──────\n", `Item`)
|
||||
for i, itemId := range itemList {
|
||||
item, err := getObjItem(itemId)
|
||||
logOnError(err, "jobVaultStatus : getObjItem")
|
||||
|
Loading…
Reference in New Issue
Block a user