diff --git a/modules/web_viewer/templates/admin_config.html b/modules/web_viewer/templates/admin_config.html new file mode 100644 index 0000000..eae5064 --- /dev/null +++ b/modules/web_viewer/templates/admin_config.html @@ -0,0 +1,113 @@ +{% extends "base.html" %} + +{% block title %}Raw Config — MeshCore Bot{% endblock %} + +{% block extra_css %} + +{% endblock %} + +{% block content %} +
+ Effective values loaded by the bot (sensitive keys are redacted). This view is read-only. +
+
+ {{ config_path }}
+
[{{ section_name }}]| Key | +Value | +
|---|---|
{{ key }} |
+ {{ val }} | +
No keys in this section.
+ {% endif %} +No configuration sections to display.
+ {% endif %} +