From 5aeaeabd468876c4975d2b2139ac9cfd54fd7a7d Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Mon, 20 Jan 2020 16:38:03 +1100
Subject: [PATCH] forgot to update the class definition

---
 src/app/job.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/job.ts b/src/app/job.ts
index 0f5d7f7..8619e5d 100644
--- a/src/app/job.ts
+++ b/src/app/job.ts
@@ -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;
-- 
GitLab