Skip to content

Commit

Permalink
- add ZMI icon for Zope 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 14, 2019
1 parent e441940 commit bec7718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -161,6 +161,7 @@ class AcceleratedHTTPCacheManager(CacheManager, SimpleItem):
) + CacheManager.manage_options + SimpleItem.manage_options

meta_type = 'Accelerated HTTP Cache Manager'
zmi_icon = 'fas fa-forward'

def __init__(self, ob_id):
self.id = ob_id
Expand Down
1 change: 1 addition & 0 deletions src/Products/StandardCacheManagers/RAMCacheManager.py
Expand Up @@ -366,6 +366,7 @@ class RAMCacheManager(CacheManager, SimpleItem):
) + CacheManager.manage_options + SimpleItem.manage_options

meta_type = 'RAM Cache Manager'
zmi_icon = 'fas fa-forward'

def __init__(self, ob_id):
self.id = ob_id
Expand Down

0 comments on commit bec7718

Please sign in to comment.