File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
frontend/pipeline-console-view/pipeline-console/main
resources/io/jenkins/plugins/pipelinegraphview/consoleview/PipelineConsoleViewAction Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export const ConsoleLine = (props: ConsoleLineProps) => {
4949 className = "console-line-number"
5050 href = { `?start-byte=${ props . startByte } &selected-node=${ props . stepId } #log-${ props . lineNumber } ` }
5151 style = { {
52- width : Math . max ( 9 * String ( props . lineNumber ) . length , 28 ) + "px" ,
52+ width : Math . max ( 9 * String ( props . lineNumber ) . length , 30 ) + "px" ,
5353 } }
5454 >
5555 { props . lineNumber }
Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ pre.console-output-line {
113113
114114a .console-line-number {
115115 text-align : right ;
116- width : 28px ;
117116 margin-right : 14px ;
118117 color : var (--text-color-secondary );
119118 white-space : nowrap ;
Original file line number Diff line number Diff line change 5353 </j : if >
5454 </t : buildCaption >
5555
56+ <p class =" jenkins-page-description" >${it.iconColor.description} ${it.startTimeString} ago in ${it.durationString}</p >
57+
5658 <div id =" root" data-current-run-path =" ${rootURL + '/' + it.buildUrl}"
5759 data-previous-run-path =" ${it.previousBuildUrl != null ? rootURL + '/' + it.previousBuildUrl : null}" />
5860 <script src =" ${rootURL}/plugin/pipeline-graph-view/js/build.js" />
You can’t perform that action at this time.
0 commit comments