Add blank result messages for the index, index instance and favorited documents views.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-08-26 05:55:36 -04:00
parent baeefe7e07
commit c3312d964f
5 changed files with 39 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ 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_index_create = Icon(driver_name='fontawesome', symbol='plus')
icon_node_with_documents = Icon(driver_name='fontawesome', symbol='folder')
icon_rebuild_index_instances = Icon(
driver_name='fontawesome', symbol='list-ul'