fix: change icon to symbol (#7229)

* fix: changed icon to symbol

* fix: covering every three states.

* fix: git merge

* chore: Clean-merge branches

* fix: changed trash symbol to delete

* Update core/src/main/resources/lib/hudson/editTypeIcon.jelly

Co-authored-by: Alexander Brandes <mc.cache@web.de>
Co-authored-by: Alexander Brandes <brandes.alexander@web.de>
This commit is contained in:
Elton Alves 2022-11-12 13:13:51 -03:00 committed by GitHub
parent cd0b99b812
commit bc4d40da41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -39,4 +39,4 @@
<file url="file://$PROJECT_DIR$/websocket/spi/src/main/java" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/websocket/spi/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/websocket/spi/src/main/resources" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/websocket/spi/src/main/resources" charset="UTF-8" />
</component> </component>
</project> </project>

View File

@ -27,4 +27,4 @@ THE SOFTWARE.
<%@ attribute name="type" type="hudson.scm.EditType" required="true" %> <%@ attribute name="type" type="hudson.scm.EditType" required="true" %>
--> -->
<?jelly escape-by-default='true'?> <?jelly escape-by-default='true'?>
<l:icon alt="${type.description}" class="icon-document-${type.name} icon-sm" title="${type.description}" xmlns:l="/lib/layout"/> <l:icon alt="${type.description}" class="icon-sm" src="symbol-${type.name}" title="${type.description}" xmlns:l="/lib/layout"/>