File tree 9 files changed +38
-53
lines changed
pipeline-console-view/pipeline-console/main
io/jenkins/plugins/pipelinegraphview
consoleview/PipelineConsoleViewAction
multipipelinegraphview/MultiPipelineGraphViewAction
9 files changed +38
-53
lines changed Original file line number Diff line number Diff line change 373
373
cursor : pointer !important ;
374
374
}
375
375
376
- .app-details__prev_next {
377
- color : inherit !important ;
378
- text-decoration : none !important ;
379
- }
380
-
381
376
.split-pane--stage-view {
382
377
margin : 0 ;
383
378
padding : 0 ;
Original file line number Diff line number Diff line change 40
40
}
41
41
}
42
42
43
- .app-details__prev_next {
44
- color : inherit !important ;
45
- text-decoration : none !important ;
46
- }
47
-
48
43
.pgw-graph-container {
49
44
width : 100% ;
50
45
overflow : auto ;
Original file line number Diff line number Diff line change 5
5
xmlns : t =" /lib/hudson" >
6
6
<l : layout title =" ${%Graph} [${it.fullBuildDisplayName}]" type =" one-column" >
7
7
<l : main-panel >
8
- <p : symbols />
8
+ <link rel = " stylesheet " href = " ${resURL}/plugin/pipeline-graph-view/js/style.css " type = " text/css " />
9
9
10
10
<j : set var =" controls" >
11
11
<j : if test =" ${it.buildable}" >
33
33
34
34
<t : buildCaption controls =" ${controls}" >
35
35
<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" />
38
38
</a >
39
39
</j : if >
40
- ${%Build} ${ it.buildDisplayName}
40
+ ${it.buildDisplayName}
41
41
<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" />
44
44
</a >
45
45
</j : if >
46
46
</t : buildCaption >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<?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" >
4
4
<j : if test =" ${it.showGraphOnBuildPage}" >
5
- <p : symbols />
6
5
<div class =" pgw-graph-container" >
7
6
<div id =" graph"
8
7
data-current-run-path =" ${rootURL + '/' + it.buildUrl}"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<?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" >
6
5
<l : layout title =" ${%Build log} [${it.buildDisplayName}]" type =" one-column" >
7
6
<l : main-panel >
8
- <p : symbols />
9
-
7
+ <link rel =" stylesheet" href =" ${resURL}/plugin/pipeline-graph-view/js/style.css" type =" text/css" />
10
8
<j : out value =" ${h.generateConsoleAnnotationScriptAndStylesheet()}" />
11
9
12
10
<j : set var =" controls" >
43
41
44
42
<t : buildCaption controls =" ${controls}" >
45
43
<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" />
48
46
</a >
49
47
</j : if >
50
- ${%Build} ${ it.buildDisplayName}
48
+ ${it.buildDisplayName}
51
49
<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" />
54
52
</a >
55
53
</j : if >
56
54
</t : buildCaption >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<?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" >
5
5
<l : layout title =" Stages [${it.jobDisplayName}]" type =" one-column" >
6
6
<l : main-panel >
7
7
<l : app-bar title =" ${%Build} ${it.jobDisplayName}" >
23
23
</a >
24
24
</l : hasPermission >
25
25
</l : app-bar >
26
- <p : symbols />
27
26
<div id =" multiple-pipeline-root"
28
27
data-current-job-path =" ${rootURL + '/' + it.jobUrl}" />
29
28
<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 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<?jelly escape-by-default =' true' ?>
3
3
<j : jelly xmlns : j =" jelly:core" xmlns : f =" /lib/form" xmlns : p =" /lib/pipeline-graph-view" >
4
- <p : symbols />
5
4
<j : if test =" ${it.showGraphOnJobPage}" >
6
5
<div id =" multiple-pipeline-root"
7
6
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