From 29dbde63eb6009ae3af6fdc7eff4ae5569e0e2be Mon Sep 17 00:00:00 2001 From: Tom Fennelly Date: Thu, 4 Aug 2016 09:14:41 +0100 Subject: [PATCH] Ath test help changes (#391) * step-scroll-area class * Added step-[id] on each of the logConsoles in run details --- .../src/main/js/components/RunDetailsPipeline.jsx | 5 ++++- blueocean-dashboard/src/main/js/components/Step.jsx | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/blueocean-dashboard/src/main/js/components/RunDetailsPipeline.jsx b/blueocean-dashboard/src/main/js/components/RunDetailsPipeline.jsx index d6315975..f46bf838 100644 --- a/blueocean-dashboard/src/main/js/components/RunDetailsPipeline.jsx +++ b/blueocean-dashboard/src/main/js/components/RunDetailsPipeline.jsx @@ -292,8 +292,11 @@ export class RunDetailsPipeline extends Component { } logProps.logArray = log.logArray; } + + const stepScrollAreaClass = `step-scroll-area ${followAlong ? 'follow-along-on' : 'follow-along-off'}`; + return ( -
+
{ nodes && nodes[nodeKey] && + + const logConsoleClass = `logConsole step-${id}`; + + return (