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 0de7e9f commit 6cfa2a5
Show file tree
Hide file tree
Showing 3 changed files with 10 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.
3 changes: 3 additions & 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,3 @@
<div>
This determines the icon used to represent this project.
</div>

0 comments on commit 6cfa2a5

Please sign in to comment.