File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/resources/io/jenkins/plugins/pipelinegraphview
consoleview/PipelineConsoleViewAction Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 <div class =" jenkins-app-bar__content" >
1111 <h1 >
1212 <l : icon alt =" ${it.iconColor.description}"
13- class =" ${it.buildStatusIconClassName } icon-xlg "
13+ class =" symbol-status- ${it.iconColor.iconName } icon-lg "
1414 tooltip =" ${it.iconColor.description}" />
1515 <j : if test =" ${it.previousBuildNumber!=null}" >
1616 <a href =" ../../${it.previousBuildNumber}/pipeline-graph" class =" app-details__prev_next" >
Original file line number Diff line number Diff line change 1111 <div class =" jenkins-app-bar" >
1212 <div class =" jenkins-app-bar__content" >
1313 <h1 >
14- <l : icon alt =" ${it.iconColor.description}" class =" ${it.buildStatusIconClassName } icon-lg" tooltip =" ${it.iconColor.description}" />
14+ <l : icon alt =" ${it.iconColor.description}" class =" symbol-status- ${it.iconColor.iconName } icon-lg" tooltip =" ${it.iconColor.description}" />
1515 <j : if test =" ${it.previousBuildNumber!=null}" >
1616 <a href =" ../../${it.previousBuildNumber}/pipeline-console" class =" app-details__prev_next" >
1717 <l : icon class =" symbol-chevron-back-outline plugin-ionicons-api icon-md" tooltip =" ${%Previous Build}" />
You can’t perform that action at this time.
0 commit comments