diff --git a/steward/templates/ansible/browse.html b/steward/templates/ansible/browse.html
index bf04039..578bc64 100644
--- a/steward/templates/ansible/browse.html
+++ b/steward/templates/ansible/browse.html
@@ -7,6 +7,8 @@
{% if session.user_role == 'admin' %}
New playbook
{% endif %}
+ Inventory
+ Schedules
← Run History
diff --git a/steward/templates/ansible/index.html b/steward/templates/ansible/index.html
index c77be9a..6a7418b 100644
--- a/steward/templates/ansible/index.html
+++ b/steward/templates/ansible/index.html
@@ -4,6 +4,7 @@
Ansible Runs
diff --git a/steward/templates/ansible/inventory/groups.html b/steward/templates/ansible/inventory/groups.html
index bdb0ec3..c8c8336 100644
--- a/steward/templates/ansible/inventory/groups.html
+++ b/steward/templates/ansible/inventory/groups.html
@@ -3,7 +3,10 @@
{% block content %}
diff --git a/steward/templates/ansible/inventory/targets.html b/steward/templates/ansible/inventory/targets.html
index 17c00a5..ecfb31a 100644
--- a/steward/templates/ansible/inventory/targets.html
+++ b/steward/templates/ansible/inventory/targets.html
@@ -3,7 +3,10 @@
{% block content %}
diff --git a/steward/templates/ansible/schedules.html b/steward/templates/ansible/schedules.html
index 470fd6f..ecf149b 100644
--- a/steward/templates/ansible/schedules.html
+++ b/steward/templates/ansible/schedules.html
@@ -9,7 +9,11 @@
{% block content %}
{# ── Existing schedules ───────────────────────────────────────────────────── #}