Skip to content

Commit

Permalink
Add icon for Bootstrap ZMI. (#10)
Browse files Browse the repository at this point in the history
* Add icon for Bootstrap ZMI.
  • Loading branch information
Michael Howitz committed Aug 17, 2018
1 parent 1525e77 commit 544dc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
4.2 (unreleased)
----------------

- Add icon for Bootstrap ZMI.

4.1 (2018-05-20)
----------------
Expand Down
1 change: 1 addition & 0 deletions src/Products/MailHost/MailHost.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class MailBase(Implicit, Item, RoleManager):
"""a mailhost...?"""

meta_type = 'Mail Host'
zmi_icon = 'far fa-envelope'
manage = manage_main = DTMLFile('dtml/manageMailHost', globals())
manage_main._setName('manage_main')
index_html = None
Expand Down

0 comments on commit 544dc47

Please sign in to comment.