alexandermarston / vnstat-dashboard

A responsive web UI to view network traffic statistics provided by vnStat (with support for version 2.x)
https://alexandermarston.github.io/vnstat-dashboard/
142 stars 60 forks source link

Button Interface Selection does not work #54

Closed Schaukelpferd closed 3 years ago

Schaukelpferd commented 3 years ago

The Button Interface Selection does not work. Because that construction


{foreach from=$interface_list item=value}
                    <a class="dropdown-item" href="?i={$value}">{$value}</a>
{/foreach}

in templates/moduje_header.tpl does not work. It is neither PHP nor Javascript. What does not mean?

Schaukelpferd commented 3 years ago

Fixed in https://github.com/tomangert/vnstat-dashboard

Sorry.