diff options
Diffstat (limited to 'web/kbn_templates/modems.j2')
-rw-r--r-- | web/kbn_templates/modems.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/kbn_templates/modems.j2 b/web/kbn_templates/modems.j2 index f148140..4ff9cf8 100644 --- a/web/kbn_templates/modems.j2 +++ b/web/kbn_templates/modems.j2 @@ -9,4 +9,8 @@ {% include "loading.j2" %} </div> {% endfor %} +{% endblock %} + +{% block js %} +ModemStatus.init({{ modems.getkeys()|tojson }}); {% endblock %}
\ No newline at end of file |