diff --git a/web/app/src/App.vue b/web/app/src/App.vue index d0187c49..0f47a9ae 100644 --- a/web/app/src/App.vue +++ b/web/app/src/App.vue @@ -134,6 +134,12 @@ h2.column-title { border-bottom: 1px solid grey } +h3.sub-title { + margin-bottom: 0; + font-size: 10pt; + border-bottom: 1px solid grey +} + .col-1 { grid-area: col-1; } diff --git a/web/app/src/components/JobDetails.vue b/web/app/src/components/JobDetails.vue index cbec1b23..f836dea9 100644 --- a/web/app/src/components/JobDetails.vue +++ b/web/app/src/components/JobDetails.vue @@ -37,8 +37,23 @@ {{ datetime.relativeTime(jobData.updated) }} -
-
+ +

Meta-data

+ + + + + +
{{ key }}{{ value }}
+ +

Settings

+ + + + + +
{{ key }}{{ value }}
+