DNS Monitor
diff --git a/roundtable/templates/errors/404.html b/roundtable/templates/errors/404.html index 1c7d700..cc15b0f 100644 --- a/roundtable/templates/errors/404.html +++ b/roundtable/templates/errors/404.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Not Found — Fabled Scryer{% endblock %} +{% block title %}Not Found — Roundtable{% endblock %} {% block content %}404
diff --git a/roundtable/templates/errors/500.html b/roundtable/templates/errors/500.html index 3e16334..81f4868 100644 --- a/roundtable/templates/errors/500.html +++ b/roundtable/templates/errors/500.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Error — Fabled Scryer{% endblock %} +{% block title %}Error — Roundtable{% endblock %} {% block content %}500
diff --git a/roundtable/templates/hosts/form.html b/roundtable/templates/hosts/form.html index 5296d8c..c667bf4 100644 --- a/roundtable/templates/hosts/form.html +++ b/roundtable/templates/hosts/form.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}{% if host %}Edit Host{% else %}New Host{% endif %} — Fabled Scryer{% endblock %} +{% block title %}{% if host %}Edit Host{% else %}New Host{% endif %} — Roundtable{% endblock %} {% block content %}{% if host %}Edit Host{% else %}Add Host{% endif %}
diff --git a/roundtable/templates/hosts/list.html b/roundtable/templates/hosts/list.html index 18fe108..b619ebd 100644 --- a/roundtable/templates/hosts/list.html +++ b/roundtable/templates/hosts/list.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Hosts — Fabled Scryer{% endblock %} +{% block title %}Hosts — Roundtable{% endblock %} {% block content %}Hosts
diff --git a/roundtable/templates/hosts/uptime.html b/roundtable/templates/hosts/uptime.html index 36e4635..b3ff1b7 100644 --- a/roundtable/templates/hosts/uptime.html +++ b/roundtable/templates/hosts/uptime.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Uptime / SLA — Fabled Scryer{% endblock %} +{% block title %}Uptime / SLA — Roundtable{% endblock %} {% block content %}Uptime / SLA
diff --git a/roundtable/templates/ping/index.html b/roundtable/templates/ping/index.html index f28c7ea..728f115 100644 --- a/roundtable/templates/ping/index.html +++ b/roundtable/templates/ping/index.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Ping Monitor — Fabled Scryer{% endblock %} +{% block title %}Ping Monitor — Roundtable{% endblock %} {% block content %}
diff --git a/roundtable/templates/settings/ansible.html b/roundtable/templates/settings/ansible.html
index d549416..f7b0532 100644
--- a/roundtable/templates/settings/ansible.html
+++ b/roundtable/templates/settings/ansible.html
@@ -1,6 +1,6 @@
{# roundtable/templates/settings/ansible.html #}
{% extends "base.html" %}
-{% block title %}Settings — Ansible — Fabled Scryer{% endblock %}
+{% block title %}Settings — Ansible — Roundtable{% endblock %}
{% block content %}
{% set active_tab = "ansible" %}
{% include "settings/_tabs.html" %}
diff --git a/roundtable/templates/settings/auth.html b/roundtable/templates/settings/auth.html
index 1e4a533..aecece1 100644
--- a/roundtable/templates/settings/auth.html
+++ b/roundtable/templates/settings/auth.html
@@ -1,6 +1,6 @@
{# roundtable/templates/settings/auth.html #}
{% extends "base.html" %}
-{% block title %}Settings — Auth — Fabled Scryer{% endblock %}
+{% block title %}Settings — Auth — Roundtable{% endblock %}
{% block content %}
{% set active_tab = "auth" %}
{% include "settings/_tabs.html" %}
diff --git a/roundtable/templates/settings/general.html b/roundtable/templates/settings/general.html
index 611f22a..fec48dc 100644
--- a/roundtable/templates/settings/general.html
+++ b/roundtable/templates/settings/general.html
@@ -1,6 +1,6 @@
{# roundtable/templates/settings/general.html #}
{% extends "base.html" %}
-{% block title %}Settings — General — Fabled Scryer{% endblock %}
+{% block title %}Settings — General — Roundtable{% endblock %}
{% block content %}
{% set active_tab = "general" %}
{% include "settings/_tabs.html" %}
diff --git a/roundtable/templates/settings/index.html b/roundtable/templates/settings/index.html
index 858dc86..7454c62 100644
--- a/roundtable/templates/settings/index.html
+++ b/roundtable/templates/settings/index.html
@@ -1,6 +1,6 @@
{# roundtable/templates/settings/index.html #}
{% extends "base.html" %}
-{% block title %}Settings — Fabled Scryer{% endblock %}
+{% block title %}Settings — Roundtable{% endblock %}
{% block content %}