mirror of https://github.com/jenkinsci/jenkins.git
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:
parent
cd0b99b812
commit
bc4d40da41
|
@ -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/resources" charset="UTF-8" />
|
||||
</component>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -27,4 +27,4 @@ THE SOFTWARE.
|
|||
<%@ attribute name="type" type="hudson.scm.EditType" required="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"/>
|
||||
|
|
Loading…
Reference in New Issue