diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2024-02-18 01:35:57 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2024-02-18 01:35:57 +0300 |
commit | 42155370475b1f6619498ec2c43c1c7f328ce1a1 (patch) | |
tree | aa7a708bb94362e0c79d7f3678d07883baa4ba76 /web/kbn_templates/modems.j2 | |
parent | 70b4a4f044cac8052bb0af7c585572e54489ea2f (diff) |
lws: wip
Diffstat (limited to 'web/kbn_templates/modems.j2')
-rw-r--r-- | web/kbn_templates/modems.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kbn_templates/modems.j2 b/web/kbn_templates/modems.j2 index 06339f8..9defec3 100644 --- a/web/kbn_templates/modems.j2 +++ b/web/kbn_templates/modems.j2 @@ -12,5 +12,5 @@ {% endblock %} {% block js %} -ModemStatus.init({{ modems.getkeys()|tojson }}); +ModemStatus.init({{ modems.keys()|tojson }}); {% endblock %} |