Navigation: Add list facet menu
Add the new list facet navigation menu. Used to provide facets to the list subtemplate. The list facet allows separating the object action links from the object navigation links. The list facet links are displayed before the list object links on the list subtemplate. In the object views, the list facet menu behaves exactly the same as the form facet menu. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -8,6 +8,7 @@ icon_index_level_up = Icon(
|
||||
)
|
||||
icon_index = Icon(driver_name='fontawesome', symbol='list-ul')
|
||||
icon_index_create = Icon(driver_name='fontawesome', symbol='plus')
|
||||
icon_index_setup_view = Icon(driver_name='fontawesome', symbol='folder-open')
|
||||
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