This commit is contained in:
2020-12-09 21:29:17 +00:00
parent 65fd98529c
commit 8f96103e67
4 changed files with 32 additions and 10 deletions

View File

@@ -104,7 +104,7 @@ export default {
this.languageName,
this.hour12
),
status: o.statusText, //todo: parse out LT:*text until non text character, replace that with localized
status: window.$gz.translation.translateString(o.statusText),
jobId:
o.jobId == "00000000-0000-0000-0000-000000000000" ? "" : o.jobId
});