We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf6cf6 commit 426943dCopy full SHA for 426943d
src/main/resources/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApproval/index.jelly
@@ -234,10 +234,12 @@ THE SOFTWARE.
234
</j:otherwise>
235
</j:choose>
236
<p>Signatures already approved:</p>
237
+ <br>
238
<textarea readonly="readonly" id="approvedSignatures" rows="10" cols="80">
239
<j:forEach var="line" items="${it.approvedSignatures}">${line}<st:out value=" "/></j:forEach>
240
</textarea>
241
<p>Signatures already approved assuming permission check:</p>
242
243
<textarea readonly="readonly" id="aclApprovedSignatures" rows="10" cols="80">
244
<j:forEach var="line" items="${it.aclApprovedSignatures}">${line}<st:out value=" "/></j:forEach>
245
0 commit comments