File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
vulnerabilities/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ <h1 class="title">{{ pipeline_name }} Run Log</h1>
4545 < div class ="columns is-multiline is-vcentered is-mobile is-gapless ">
4646 < div class ="column is-one-fifth-desktop is-one-quarter-tablet is-half-mobile ">
4747 < p class ="is-size-7 has-text-weight-semibold "> Pipeline ID</ p >
48- < p class ="has-text-grey is-size-7 ">
48+ < p class ="has-text-grey is-size-7 mr-2 ">
4949 {{ run.pipeline.pipeline_id }}
5050 < i class ="fa fa-copy has-text-grey "
5151 id ="copy-pipeline-id "
@@ -116,7 +116,7 @@ <h1 class="title">{{ pipeline_name }} Run Log</h1>
116116 </ div >
117117 < div class ="column is-one-fifth-desktop is-one-quarter-tablet is-half-mobile ">
118118 < p class ="is-size-7 has-text-weight-semibold "> Job ID</ p >
119- < p class ="has-text-grey is-size-7 ">
119+ < p class ="has-text-grey is-size-7 mr-2 ">
120120 {{ run.run_id }}
121121 < i class ="fa fa-copy has-text-grey "
122122 id ="copy-job-id "
You can’t perform that action at this time.
0 commit comments