diff --git a/src/components/JobConfiguration.vue b/src/components/JobConfiguration.vue index 177e57f1..5270ddfe 100644 --- a/src/components/JobConfiguration.vue +++ b/src/components/JobConfiguration.vue @@ -130,7 +130,7 @@
-

{{ translate('Import logs') }}

+

{{ translate('Import logs') }}

{{ translate('View details') }}
diff --git a/src/views/DataManagerLogDetails.vue b/src/views/DataManagerLogDetails.vue index 7810aeed..fa4a2280 100644 --- a/src/views/DataManagerLogDetails.vue +++ b/src/views/DataManagerLogDetails.vue @@ -8,8 +8,8 @@ -
-
+
+

{{ translate('Import logs') }}

@@ -37,10 +37,10 @@
- +

{{ currentJob?.runtimeData?.configId }}

{{ configDetails?.description }}

-
+ @@ -71,9 +71,9 @@
-
+
{{ translate('No logs found') }}
@@ -302,7 +302,8 @@ export default defineComponent ({ } .list-item { - --columns-desktop: 6; + --columns-desktop: 7; + --columns-tablet: 5; border-bottom : 1px solid var(--ion-color-medium); } @@ -320,9 +321,19 @@ export default defineComponent ({ align-self: end; } +@media (min-width: 700px) { + .file-name { + grid-column: span 2; + } +} + @media (max-width: 991px) { .header { - grid-template-columns: 1fr; + display: block; + } + + .config-details { + margin-top: var(--spacer-base); } } diff --git a/src/views/Pipeline.vue b/src/views/Pipeline.vue index d05a56d9..44f1a4ef 100644 --- a/src/views/Pipeline.vue +++ b/src/views/Pipeline.vue @@ -38,7 +38,7 @@
-
+

{{ translate("There are no jobs pending right now")}}

@@ -113,7 +113,7 @@
-
+

{{ translate("There are no jobs running right now")}}

@@ -179,7 +179,7 @@
-
+

{{ translate("No jobs have run yet")}}

@@ -256,11 +256,11 @@ - + -
+