This commit is contained in:
2022-01-19 20:02:58 +00:00
parent c658d74ab8
commit 34369d3603
2 changed files with 38 additions and 1 deletions

View File

@@ -786,6 +786,43 @@ TODO: 1 BETA DOCS:
- 1 todo: time control in native browser format isn't showing a title at all, check date as well. Date and time is ok
- 1 todo: client error log uses epoch time stamps, would be better to use utc 8601 format instead or even better local time so can correlate with users when things happen in their local time zone
{
"data": [
{
"created": "2022-01-19T19:18:36.051299Z",
"statusText": "LT:ProcessingJob \"LT:Report id: \"63\" LT:WorkOrder (1803) LT:User AyaNova SuperUser - RenderReport\"",
"jobId": "9c302943-f573-4cad-a9a5-f3ffd521b264"
},
{
"created": "2022-01-19T19:19:46.64487Z",
"statusText": "rendererror:timeout,1",
"jobId": "9c302943-f573-4cad-a9a5-f3ffd521b264"
}
]
}
{
"data": [
{
"created": "2022-01-19T19:26:17.535952Z",
"statusText": "LT:ProcessingJob \"LT:Report id: \"63\" LT:WorkOrder (1803) LT:User AyaNova SuperUser - RenderReport\"",
"jobId": "7b866d1d-58a3-438a-beeb-6a030613c0b7"
},
{
"created": "2022-01-19T19:27:18.082458Z",
"statusText": "rendererror:timeout,1",
"jobId": "7b866d1d-58a3-438a-beeb-6a030613c0b7"
}
]
}
Vue error: Error - Name:SyntaxError, Message:JSON.parse: unexpected character at line 1 column 1 of the JSON data filename: http://localhost:8080/app.5c05fef9e3087cf58202.hot-update.js
lineNumber: 256 info: event handler for "menu-click" (Promise/async) STACK: _callee2$@http://localhost:8080/app.5c05fef9e3087cf58202.hot-update.js:256:42
tryCatch@http://localhost:8080/js/chunk-vendors.js:66529:40 invoke@http://localhost:8080/js/chunk-vendors.js:66760:30
./node_modules/regenerator-runtime/runtime.js/defineIteratorMethods/</<@http://localhost:8080/js/chunk-vendors.js:66585:21 asyncGeneratorStep
- 2 todo: put reset link somewhere in UI so user can just click on it, maybe the login form?? Or the About form? about->log form?

View File

@@ -66,7 +66,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE
//************************************************************
const DEV_MODE = false;
const DEV_MODE = true;
//************************************************************
//**************************************************************
//**************************************************************