From 8a89dd77be03ca8eb9cdc378ba8e912292494fa9 Mon Sep 17 00:00:00 2001 From: Evgeny Sorokin Date: Tue, 16 Jan 2024 03:31:55 +0300 Subject: inverter page --- web/kbn_templates/inverter.j2 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 web/kbn_templates/inverter.j2 (limited to 'web/kbn_templates/inverter.j2') diff --git a/web/kbn_templates/inverter.j2 b/web/kbn_templates/inverter.j2 new file mode 100644 index 0000000..26491f3 --- /dev/null +++ b/web/kbn_templates/inverter.j2 @@ -0,0 +1,20 @@ +{% extends "base.j2" %} + +{% block content %} +{{ breadcrumbs([{'text': 'Инвертор'}]) }} + +
Статус
+
+ {{ html|safe }} +
+ +
+ + + +
+{% endblock %} + +{% block js %} +Inverter.poll(); +{% endblock %} \ No newline at end of file -- cgit v1.2.3