Add breadcrumb support to inventory listing and update templates for improved navigation
This commit is contained in:
parent
5df5f86fd2
commit
823bae7e65
3 changed files with 14 additions and 2 deletions
|
@ -9,7 +9,8 @@
|
|||
{% block content %}
|
||||
|
||||
{{ breadcrumbs.breadcrumb_header(
|
||||
title=title
|
||||
title=title,
|
||||
breadcrumbs=breadcrumb
|
||||
) }}
|
||||
|
||||
{{ tables.render_table(header, rows, entry_route) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue