Skip to content

Commit

Permalink
Add help and description for icons
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd committed Sep 17, 2024
1 parent a238ffd commit 02f018a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core">
<div>
${%BuildStatusIcon}
</div>
</j:jelly>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BuildStatusIcon=The default icon uses the status of the latest build to represent this project.
1 change: 1 addition & 0 deletions core/src/main/resources/hudson/model/Job/help-icon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<div>This determines the icon used to represent this project.</div>

0 comments on commit 02f018a

Please sign in to comment.