alexandermarston/vnstat-dashboard

Button Interface Selection does not work

Closed this issue · 1 comments

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?