test fmt
This commit is contained in:
parent
fb3eb32e18
commit
75d113da88
2
job.go
2
job.go
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user