diff --git a/ui/app/templates/components/job-page/parts/children.hbs b/ui/app/templates/components/job-page/parts/children.hbs
index 4070bfa06..dc6c27517 100644
--- a/ui/app/templates/components/job-page/parts/children.hbs
+++ b/ui/app/templates/components/job-page/parts/children.hbs
@@ -5,7 +5,8 @@
+ class="button is-primary is-compact pull-right"
+ >
Dispatch Job
{{else}}
@@ -14,7 +15,8 @@
class="button is-disabled is-primary is-compact pull-right tooltip multiline"
aria-label="You don’t have permission to dispatch jobs"
disabled
- type="button">
+ type="button"
+ >
Dispatch Job
{{/if}}
@@ -25,44 +27,79 @@
+ @page={{this.currentPage}} as |p|
+ >
+ @class="with-foot" as |t|
+ >
- Name
+
+ Name
+
{{#if this.system.shouldShowNamespaces}}
- Namespace
+
+ Namespace
+
{{/if}}
- Submitted At
- Status
- Type
- Priority
- Groups |
- Summary |
+
+ Submitted At
+
+
+ Status
+
+
+ Type
+
+
+ Priority
+
+
+ Groups
+ |
+
+ Summary
+ |
-
+
{{else}}
-
No Job Launches
-
No remaining living job launches.
+
+ No Job Launches
+
+
+ No remaining living job launches.
+
{{/if}}
-
+
\ No newline at end of file