diff options
Diffstat (limited to 'web/kbn_templates/modem_data.j2')
-rw-r--r-- | web/kbn_templates/modem_data.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kbn_templates/modem_data.j2 b/web/kbn_templates/modem_data.j2 index f96a197..712d7b9 100644 --- a/web/kbn_templates/modem_data.j2 +++ b/web/kbn_templates/modem_data.j2 @@ -10,4 +10,4 @@ <span class="text-secondary">{{ "modem_connection_time"|lang }}:</span> {{ modem_data.connected_time }}<br> <span class="text-secondary">{{ "modem_tx_rx"|lang }}:</span> {{ modem_data.downloaded }} / {{ modem_data.uploaded }} <br> -<a href="/modems/verbose.cgi?id={{ modem }}">{{ "modem_verbose_info"|lang }}</a> +<a href="modems_verbose.cgi?id={{ modem }}">{{ "modem_verbose_info"|lang }}</a> |