aboutsummaryrefslogtreecommitdiffstats
path: root/templates/settings_applied.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/settings_applied.html')
-rw-r--r--templates/settings_applied.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/settings_applied.html b/templates/settings_applied.html
new file mode 100644
index 0000000..f536772
--- /dev/null
+++ b/templates/settings_applied.html
@@ -0,0 +1,13 @@
+{% include "head.html" %}
+<div class="content">
+ {% if ok %}
+ <h1>Configuration updated</h1>
+ <p>If you enabled or disabled tunnel, please restart the cats-radio-node process.</p>
+ {% else %}
+ <h1>Configuration update failed</h1>
+ <p>{{ error_message }}:</p>
+ <p>{{ error_reason }}:</p>
+ {% endif %}
+</div>
+{% include "foot.html" %}
+{# vi:set et sw=2 ts=2: #}