From b6954bd9d28a16a3d2a6f1650bfe30ebfbeec5a2 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 13 Apr 2026 14:56:41 -0400 Subject: [PATCH] copy: broader themed empty states + restore DNS CTA Co-Authored-By: Claude Opus 4.6 --- fabledscryer/templates/ansible/index.html | 2 +- fabledscryer/templates/dashboard/_edit_panels.html | 2 +- fabledscryer/templates/dns/rows.html | 2 +- fabledscryer/templates/hosts/list.html | 2 +- fabledscryer/templates/hosts/uptime.html | 2 +- fabledscryer/templates/settings/_ansible_sources.html | 2 +- fabledscryer/templates/settings/_catalog_partial.html | 2 +- fabledscryer/templates/settings/_plugin_repos.html | 2 +- fabledscryer/templates/settings/plugins.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/fabledscryer/templates/ansible/index.html b/fabledscryer/templates/ansible/index.html index 0768636..e6b6afb 100644 --- a/fabledscryer/templates/ansible/index.html +++ b/fabledscryer/templates/ansible/index.html @@ -7,7 +7,7 @@ {% if not runs %}
-

No runs yet. Browse playbooks to trigger a run.

+

No runs yet. Browse playbooks to begin.

{% else %}
diff --git a/fabledscryer/templates/dashboard/_edit_panels.html b/fabledscryer/templates/dashboard/_edit_panels.html index ddc48fd..a3c09e3 100644 --- a/fabledscryer/templates/dashboard/_edit_panels.html +++ b/fabledscryer/templates/dashboard/_edit_panels.html @@ -28,7 +28,7 @@
{% else %}
- No widgets yet — add some from the panel on the right. + No widgets yet. Draw one from the right to begin.
{% endif %} diff --git a/fabledscryer/templates/dns/rows.html b/fabledscryer/templates/dns/rows.html index 03d81f5..1aa4a7c 100644 --- a/fabledscryer/templates/dns/rows.html +++ b/fabledscryer/templates/dns/rows.html @@ -25,5 +25,5 @@ {% endfor %} {% else %} -

No DNS checks yet. Add one to watch.

+

No DNS checks yet. Enable DNS on a host →

{% endif %} diff --git a/fabledscryer/templates/hosts/list.html b/fabledscryer/templates/hosts/list.html index d52b998..18fe108 100644 --- a/fabledscryer/templates/hosts/list.html +++ b/fabledscryer/templates/hosts/list.html @@ -103,7 +103,7 @@ {% else %}
-

No hosts configured yet. Add one.

+

No hosts yet. Summon one to the table.

{% endif %} {% endblock %} diff --git a/fabledscryer/templates/hosts/uptime.html b/fabledscryer/templates/hosts/uptime.html index 553a2c5..36e4635 100644 --- a/fabledscryer/templates/hosts/uptime.html +++ b/fabledscryer/templates/hosts/uptime.html @@ -94,7 +94,7 @@ {% else %}
-

No hosts configured. Add one.

+

No hosts under watch. Summon one to the table.

{% endif %} diff --git a/fabledscryer/templates/settings/_ansible_sources.html b/fabledscryer/templates/settings/_ansible_sources.html index 9d07c17..ba47f76 100644 --- a/fabledscryer/templates/settings/_ansible_sources.html +++ b/fabledscryer/templates/settings/_ansible_sources.html @@ -119,7 +119,7 @@ {% else %}
- No sources configured. Add one below. + No sources mustered. Add one below.
{% endif %} diff --git a/fabledscryer/templates/settings/_catalog_partial.html b/fabledscryer/templates/settings/_catalog_partial.html index 06887ed..886671d 100644 --- a/fabledscryer/templates/settings/_catalog_partial.html +++ b/fabledscryer/templates/settings/_catalog_partial.html @@ -105,7 +105,7 @@ {% endfor %} {% elif not error %} -
No plugins found in catalog.
+
No plugins listed in the catalog.
{% endif %} diff --git a/fabledscryer/templates/settings/_plugin_repos.html b/fabledscryer/templates/settings/_plugin_repos.html index 8b990a5..6ad83f7 100644 --- a/fabledscryer/templates/settings/_plugin_repos.html +++ b/fabledscryer/templates/settings/_plugin_repos.html @@ -57,7 +57,7 @@ {% else %}
- No repositories configured. Add one below. + No repositories charted. Add one below.
{% endif %} diff --git a/fabledscryer/templates/settings/plugins.html b/fabledscryer/templates/settings/plugins.html index b6ef5f4..990ba53 100644 --- a/fabledscryer/templates/settings/plugins.html +++ b/fabledscryer/templates/settings/plugins.html @@ -23,7 +23,7 @@ {% if not discovered_plugins %}
- No plugins found in the plugin directory. + No plugins installed. The table awaits new seats.
{% else %}