Update the document indexing widgets to use the new icon class.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -3,8 +3,11 @@ from __future__ import absolute_import, unicode_literals
|
||||
from appearance.classes import Icon
|
||||
|
||||
icon_document_index_list = Icon(driver_name='fontawesome', symbol='list-ul')
|
||||
icon_index_main_menu = Icon(driver_name='fontawesome', symbol='list-ul')
|
||||
icon_index_setup = Icon(driver_name='fontawesome', symbol='list-ul')
|
||||
icon_index_level_up = Icon(
|
||||
driver_name='fontawesomecss', css_classes='fa-level-up-alt fa-rotate-90'
|
||||
)
|
||||
icon_index = Icon(driver_name='fontawesome', symbol='list-ul')
|
||||
icon_node_with_documents = Icon(driver_name='fontawesome', symbol='folder')
|
||||
icon_rebuild_index_instances = Icon(
|
||||
driver_name='fontawesome', symbol='list-ul'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user