File tree Expand file tree Collapse file tree 9 files changed +38
-53
lines changed
pipeline-console-view/pipeline-console/main
io/jenkins/plugins/pipelinegraphview
consoleview/PipelineConsoleViewAction
multipipelinegraphview/MultiPipelineGraphViewAction Expand file tree Collapse file tree 9 files changed +38
-53
lines changed Original file line number Diff line number Diff line change 373373 cursor : pointer !important ;
374374}
375375
376- .app-details__prev_next {
377- color : inherit !important ;
378- text-decoration : none !important ;
379- }
380-
381376.split-pane--stage-view {
382377 margin : 0 ;
383378 padding : 0 ;
Original file line number Diff line number Diff line change 4040 }
4141}
4242
43- .app-details__prev_next {
44- color : inherit !important ;
45- text-decoration : none !important ;
46- }
47-
4843.pgw-graph-container {
4944 width : 100% ;
5045 overflow : auto ;
Original file line number Diff line number Diff line change 55 xmlns : t =" /lib/hudson" >
66 <l : layout title =" ${%Graph} [${it.fullBuildDisplayName}]" type =" one-column" >
77 <l : main-panel >
8- <p : symbols />
8+ <link rel = " stylesheet " href = " ${resURL}/plugin/pipeline-graph-view/js/style.css " type = " text/css " />
99
1010 <j : set var =" controls" >
1111 <j : if test =" ${it.buildable}" >
3333
3434 <t : buildCaption controls =" ${controls}" >
3535 <j : if test =" ${it.previousBuildNumber!=null}" >
36- <a href =" ../../${it.previousBuildNumber}/pipeline-graph" class =" app-details__prev_next" >
37- <l : icon class =" symbol-chevron-back-outline plugin-ionicons-api icon-md" tooltip = " ${%Previous Build} " />
36+ <a href =" ../../${it.previousBuildNumber}/pipeline-graph" class =" jenkins-button jenkins-button--tertiary app-details__prev_next" tooltip = " ${%Previous Build} " >
37+ <l : icon class =" symbol-chevron-back-outline plugin-ionicons-api icon-md" />
3838 </a >
3939 </j : if >
40- ${%Build} ${ it.buildDisplayName}
40+ ${it.buildDisplayName}
4141 <j : if test =" ${it.nextBuildNumber!=null}" >
42- <a href =" ../../${it.nextBuildNumber}/pipeline-graph" class =" app-details__prev_next" >
43- <l : icon class =" symbol-chevron-forward-outline plugin-ionicons-api icon-md" tooltip = " ${%Next Build} " />
42+ <a href =" ../../${it.nextBuildNumber}/pipeline-graph" class =" jenkins-button jenkins-button--tertiary app-details__prev_next" tooltip = " ${%Next Build} " >
43+ <l : icon class =" symbol-chevron-forward-outline plugin-ionicons-api icon-md" />
4444 </a >
4545 </j : if >
4646 </t : buildCaption >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<?jelly escape-by-default =' true' ?>
3- <j : jelly xmlns : j =" jelly:core" xmlns : p = " /lib/pipeline-graph-view " >
3+ <j : jelly xmlns : j =" jelly:core" >
44 <j : if test =" ${it.showGraphOnBuildPage}" >
5- <p : symbols />
65 <div class =" pgw-graph-container" >
76 <div id =" graph"
87 data-current-run-path =" ${rootURL + '/' + it.buildUrl}"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<?jelly escape-by-default =' true' ?>
4- <j : jelly xmlns : j =" jelly:core" xmlns : st =" jelly:stapler" xmlns : l =" /lib/layout" xmlns : dd =" /lib/layout/dropdowns"
5- xmlns : p =" /lib/pipeline-graph-view" xmlns : t =" /lib/hudson" >
4+ <j : jelly xmlns : j =" jelly:core" xmlns : st =" jelly:stapler" xmlns : l =" /lib/layout" xmlns : dd =" /lib/layout/dropdowns" xmlns : t =" /lib/hudson" >
65 <l : layout title =" ${%Build log} [${it.buildDisplayName}]" type =" one-column" >
76 <l : main-panel >
8- <p : symbols />
9-
7+ <link rel =" stylesheet" href =" ${resURL}/plugin/pipeline-graph-view/js/style.css" type =" text/css" />
108 <j : out value =" ${h.generateConsoleAnnotationScriptAndStylesheet()}" />
119
1210 <j : set var =" controls" >
4341
4442 <t : buildCaption controls =" ${controls}" >
4543 <j : if test =" ${it.previousBuildNumber!=null}" >
46- <a href =" ../../${it.previousBuildNumber}/pipeline-console" class =" app-details__prev_next" >
47- <l : icon class =" symbol-chevron-back-outline plugin-ionicons-api icon-md" tooltip = " ${%Previous Build} " />
44+ <a href =" ../../${it.previousBuildNumber}/pipeline-console" class =" jenkins-button jenkins-button--tertiary app-details__prev_next" tooltip = " ${%Previous Build} " >
45+ <l : icon class =" symbol-chevron-back-outline plugin-ionicons-api icon-md" />
4846 </a >
4947 </j : if >
50- ${%Build} ${ it.buildDisplayName}
48+ ${it.buildDisplayName}
5149 <j : if test =" ${it.nextBuildNumber!=null}" >
52- <a href =" ../../${it.nextBuildNumber}/pipeline-console" class =" app-details__prev_next" >
53- <l : icon class =" symbol-chevron-forward-outline plugin-ionicons-api icon-md" tooltip = " ${%Next Build} " />
50+ <a href =" ../../${it.nextBuildNumber}/pipeline-console" class =" jenkins-button jenkins-button--tertiary app-details__prev_next" tooltip = " ${%Next Build} " >
51+ <l : icon class =" symbol-chevron-forward-outline plugin-ionicons-api icon-md" />
5452 </a >
5553 </j : if >
5654 </t : buildCaption >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<?jelly escape-by-default =' true' ?>
4- <j : jelly xmlns : j =" jelly:core" xmlns : st =" jelly:stapler" xmlns : l =" /lib/layout" xmlns : p = " /lib/pipeline-graph-view " >
4+ <j : jelly xmlns : j =" jelly:core" xmlns : st =" jelly:stapler" xmlns : l =" /lib/layout" >
55 <l : layout title =" Stages [${it.jobDisplayName}]" type =" one-column" >
66 <l : main-panel >
77 <l : app-bar title =" ${%Build} ${it.jobDisplayName}" >
2323 </a >
2424 </l : hasPermission >
2525 </l : app-bar >
26- <p : symbols />
2726 <div id =" multiple-pipeline-root"
2827 data-current-job-path =" ${rootURL + '/' + it.jobUrl}" />
2928 <script src =" ${rootURL}/plugin/pipeline-graph-view/js/bundles/multi-pipeline-graph-view-bundle.js" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<?jelly escape-by-default =' true' ?>
33<j : jelly xmlns : j =" jelly:core" xmlns : f =" /lib/form" xmlns : p =" /lib/pipeline-graph-view" >
4- <p : symbols />
54 <j : if test =" ${it.showGraphOnJobPage}" >
65 <div id =" multiple-pipeline-root"
76 data-current-job-path =" ${rootURL + '/' + it.jobUrl}" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ h1 {
2+ display : flex;
3+ align-items : center;
4+ gap : 1rem ;
5+ }
6+
7+ .app-details__prev_next {
8+ padding : 0.5rem ;
9+ min-width : 2.375rem ;
10+ border-radius : 100px ;
11+ margin-inline : -0.75rem ;
12+ color : var (--text-color-secondary ) !important ;
13+
14+ & ::before ,
15+ & ::after {
16+ inset : 0.375rem ;
17+ }
18+
19+ svg {
20+ width : 1.175rem !important ;
21+ height : 1.175rem !important ;
22+ }
23+ }
You can’t perform that action at this time.
0 commit comments