Skip to content

Commit d5d5bc2

Browse files
committed
Add h3 tags for sections
1 parent 6e21bc7 commit d5d5bc2

File tree

1 file changed

+5
-0
lines changed
  • src/main/resources/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApproval

1 file changed

+5
-0
lines changed

src/main/resources/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApproval/index.jelly

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ THE SOFTWARE.
187187
});
188188
});
189189
</script>
190+
<h3 id="script-approvals">
191+
Script approvals
192+
</h3>
190193
<j:choose>
191194
<j:when test="${it.pendingScripts.isEmpty()}">
192195
<p>
@@ -223,6 +226,7 @@ THE SOFTWARE.
223226
<button onclick="if (confirm('Really delete all approvals? Any existing scripts will need to be requeued and reapproved.')) {mgr.clearApprovedScripts()}">Clear Approvals</button>
224227
</p>
225228
<hr/>
229+
<h3 id="signature-approvals">Signature Approvals</h3>
226230
<j:choose>
227231
<j:when test="${it.pendingSignatures.isEmpty()}">
228232
<p>
@@ -288,6 +292,7 @@ THE SOFTWARE.
288292
</p>
289293
</j:if>
290294
<hr/>
295+
<h3 id="classpath-approvals">Classpath Approvals</h3>
291296
<p id="pendingClasspathEntries-none">
292297
No pending classpath entry approvals.
293298
</p>

0 commit comments

Comments
 (0)