Skip to content
Snippets Groups Projects
Commit 5aeaeabd authored by Chris Hines's avatar Chris Hines
Browse files

forgot to update the class definition

parent 5c84073f
No related branches found
No related tags found
4 merge requests!106if stat fails, display the error instead of immediately refreshing...,!99Dev,!37Dev,!36fixes issue 34: jobs were showing a time for completion when they were still scheduling
Pipeline #8903 passed
......@@ -9,6 +9,7 @@ export class Job {
public desc: string;
public state: string;
public endtime: string;
public starttime: string;
public mem: string;
public cpus: string;
public batch_host: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment