Skip to content

Commit

Permalink
[JENKINS-69608] - Add label to notification url provider (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Sep 28, 2023
1 parent 0ea692b commit 0adbe54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout"
xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:section title="${%Default notification URL}">
<f:entry field="providerId">
<f:entry field="providerId" title="${%Notification URL}">
<f:select/>
</f:entry>
</f:section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout"
xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:block>
<f:entry field="providerId">
<f:entry field="providerId" title="${%Notification URL}">
<f:select/>
</f:entry>
</f:block>
Expand Down

0 comments on commit 0adbe54

Please sign in to comment.