Add icons.py module for the acls, authentication, cabinets, checkouts, some of common, mayan_statistic, and metadata apps links.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -2,7 +2,9 @@ from __future__ import absolute_import, unicode_literals
|
||||
|
||||
from appearance.classes import Icon
|
||||
|
||||
icon_document_preview = Icon(symbol='eye')
|
||||
icon_document_properties = Icon(symbol='info')
|
||||
icon_document_version_list = Icon(symbol='code-branch')
|
||||
icon_document_pages = Icon(symbol='copy')
|
||||
icon_document_preview = Icon(driver_name='fontawesome', symbol='eye')
|
||||
icon_document_properties = Icon(driver_name='fontawesome', symbol='info')
|
||||
icon_document_version_list = Icon(
|
||||
driver_name='fontawesome', symbol='code-branch'
|
||||
)
|
||||
icon_document_pages = Icon(driver_name='fontawesome', symbol='copy')
|
||||
|
||||
Reference in New Issue
Block a user