You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApproval/index.jelly
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,9 @@ THE SOFTWARE.
187
187
});
188
188
});
189
189
</script>
190
+
<h3id="script-approvals">
191
+
Script approvals
192
+
</h3>
190
193
<j:choose>
191
194
<j:whentest="${it.pendingScripts.isEmpty()}">
192
195
<p>
@@ -223,6 +226,7 @@ THE SOFTWARE.
223
226
<buttononclick="if (confirm('Really delete all approvals? Any existing scripts will need to be requeued and reapproved.')) {mgr.clearApprovedScripts()}">Clear Approvals</button>
0 commit comments