diff --git a/web/src/app.css b/web/src/app.css index 46eb231c9e..e9e960232f 100644 --- a/web/src/app.css +++ b/web/src/app.css @@ -48,7 +48,7 @@ html::-webkit-scrollbar-thumb:hover { body { /* min-height: 100vh; */ margin: 0; - background-color: #f6f8fe; + /* background-color: #f6f8fe; */ color: #5f6368; } diff --git a/web/src/lib/components/admin-page/jobs/job-tile.svelte b/web/src/lib/components/admin-page/jobs/job-tile.svelte index 5d09434f86..ff8910f487 100644 --- a/web/src/lib/components/admin-page/jobs/job-tile.svelte +++ b/web/src/lib/components/admin-page/jobs/job-tile.svelte @@ -11,23 +11,25 @@ const dispatch = createEventDispatcher(); -
{subtitle}
+{subtitle}
Status | Active | Waiting |
---|---|---|
{jobStatus ? 'Active' : 'Idle'} | {activeJobCount} | @@ -39,7 +41,7 @@