From 11cc6072f50f612da187bfdd91fcb1476d4140f6 Mon Sep 17 00:00:00 2001 From: Giuseppe Steduto Date: Fri, 22 Sep 2023 15:03:44 +0200 Subject: [PATCH] wf-details: make label for step status less visually prominent Closes #352. --- CHANGES.rst | 1 + reana-ui/src/pages/workflowDetails/components/WorkflowLogs.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 854e4447..cb699f08 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,7 @@ Version 0.9.1 (UNRELEASED) - Changes the workflow progress bar to always display it as full for finished workflows. - Changes the interactive session notification by adding a message stating that the session will be closed after a specified number of days inactivity. - Changes the workflow-details page to make it possible to scroll through the list of workflow steps in the job logs section. +- Changes the workflow-details page to make the label for the workflow steps status less visually prominent. Version 0.9.0 (2023-01-19) -------------------------- diff --git a/reana-ui/src/pages/workflowDetails/components/WorkflowLogs.js b/reana-ui/src/pages/workflowDetails/components/WorkflowLogs.js index 63d83253..a8beaef8 100644 --- a/reana-ui/src/pages/workflowDetails/components/WorkflowLogs.js +++ b/reana-ui/src/pages/workflowDetails/components/WorkflowLogs.js @@ -91,7 +91,7 @@ function JobLogs({ logs }) { {log && (
-