File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4848 <tbody >
4949 <j : forEach var =" t" items =" ${it.getCatalogByName(catalogName).entries}" >
5050 <tr >
51- <td class =" scriptler-catalog-import" width = " 20 " >
51+ <td class =" scriptler-catalog-import" >
5252 <form method =" post" action =" downloadScript" class =" scriptler-inline" >
5353 <input type =" hidden" name =" id" value =" ${t.id}" />
5454 <input type =" hidden" name =" catalog" value =" ${catalogName}" />
7171 <td colspan =" 2" class =" scriptler-catalog-meta" >
7272 required core: ${t.core}
7373 </td >
74- <td rowspan =" 2" valign = " top " class =" scriptler-catalog-params" >
74+ <td rowspan =" 2" class =" scriptler-catalog-params" >
7575 <b >Parameters:</b ><br />
7676 <j : forEach var =" p" items =" ${t.parameters}" >
7777 ${p}<br />
Original file line number Diff line number Diff line change 3939 <j : set var =" approved" value =" ${i.approved}" />
4040 <j : set var =" t" value =" ${i.script}" />
4141 <tr >
42- <td class =" scriptler-toolbar" width = " 1% " >
42+ <td class =" scriptler-toolbar" >
4343 <j : choose >
4444 <j : when test =" ${approved == null}" >
4545 <l : icon tooltip =" ${%fileNotAvailable}" src =" symbol-remove-circle plugin-ionicons-api" class =" icon-sm jenkins-!-error-color" />
Original file line number Diff line number Diff line change 7373 white-space : normal;
7474}
7575
76+ .scriptler-catalog-params {
77+ vertical-align : top;
78+ }
79+
7680.scriptler-catalog-import {
7781 text-align : center;
7882 white-space : nowrap;
79- width : 1 % ;
83+ width : 20 px ;
8084}
8185
8286.scriptler-run-form ,
You can’t perform that action at this time.
0 commit comments