diff options
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 %} |