diff --git a/frontend/src/pages/jobs/[id].vue b/frontend/src/pages/jobs/[id].vue
index e3126ff..ad5ed18 100644
--- a/frontend/src/pages/jobs/[id].vue
+++ b/frontend/src/pages/jobs/[id].vue
@@ -26,8 +26,10 @@
Package(s) not built due to previous build failure: {{ job.skipped_packages }}
- Log: {{ job.log_url }}
-
+
Status: {{ job.status }}
diff --git a/frontend/src/pages/workers/[id].vue b/frontend/src/pages/workers/[id].vue
index 41c8f1a..8cdbea3 100644
--- a/frontend/src/pages/workers/[id].vue
+++ b/frontend/src/pages/workers/[id].vue
@@ -16,11 +16,13 @@
Last heartbeat time: {{ worker.last_heartbeat_time }}
- Running job id:
-
- {{ worker.running_job_id }}
-
-
+
+ Running job id:
+
+ {{ worker.running_job_id }}
+
+
+
Built job count: {{ worker.built_job_count }}