-
Stale Worklogs
-
You have {{ stale_count }} worklogs
- that need attention!
+
Active Worklogs
+
You have {{ active_count }} active worklogs.
{{ tables.render_table(
- headers = stale_worklog_headers,
- rows = stale_worklog_rows,
- id = 'Stale Worklog',
+ headers = active_worklog_headers,
+ rows = active_worklog_rows,
+ id = 'Active Worklog',
entry_route = 'worklog_entry',
per_page = 10
)}}
diff --git a/templates/inventory.html b/templates/inventory.html
index 33c0ee2..1e5e10e 100644
--- a/templates/inventory.html
+++ b/templates/inventory.html
@@ -96,9 +96,10 @@ submit_button=True) }}
diff --git a/templates/inventory_index.html b/templates/inventory_index.html
index bed8177..71a21de 100644
--- a/templates/inventory_index.html
+++ b/templates/inventory_index.html
@@ -10,21 +10,13 @@ title=title
{% if not category %}
-
-
- {{ links.category_link(endpoint = 'search', label = 'Search', icon_html = icons.search(32)) }}
- {{ links.category_link(endpoint = 'list_inventory', label = "List", icon_html = icons.table(32)) }}
-
+ {{ links.category_link(endpoint = 'list_inventory', label = "Full Listing", icon_html = icons.table(32)) }}
{{ links.category_link(endpoint = 'inventory_index', label = "By User", icon_html = icons.user(32), arguments = {'category': 'user'}) }}
{{ links.category_link(endpoint = 'inventory_index', label = 'By Location', icon_html = icons.map(32), arguments = {'category': 'location'}) }}
{{ links.category_link(endpoint = 'inventory_index', label = 'By Type', icon_html = icons.motherboard(32), arguments = {'category': 'type'}) }}
diff --git a/templates/layout.html b/templates/layout.html
index 1b49fd4..c6fb91d 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -10,7 +10,7 @@
-
{% block title %}Inventory{% endblock %}
+
Inventory Manager{% if title %} - {% endif %}{% block title %}{% endblock %}
+
+ {{ links.navigation_link(endpoint='settings', label = '', icon_html = icons.gear()) }}
+
@@ -66,7 +69,7 @@
-
+