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

+ Inventory Schedules Browse Playbooks
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 %}

Inventory Groups

- Targets → +
+ Targets + ← Ansible +
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 %}

Inventory Targets

- ← Groups +
+ Groups + ← Ansible +
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 %}

Ansible Schedules

- ← Runs +
+ Inventory + Browse + ← Runs +
{# ── Existing schedules ───────────────────────────────────────────────────── #}