Skip to content
Snippets Groups Projects
Commit 59f72552 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: correct match for active marker

parent 85f59d93
No related branches found
No related tags found
No related merge requests found
Pipeline #273749 passed with warnings
......@@ -17,7 +17,7 @@
:active="$route.path.startsWith('/dnsvs/')">DNSVS
</b-nav-item>
<b-nav-item v-if="$sysinfo_js_mods.includes('macauth')" to="/macauth/"
:active="$route.path.startsWith('/macauth/')">MACAuth
:active="$route.path.startsWith('/macauth')">MACAuth
</b-nav-item>
<b-nav-item v-if="$sysinfo_mods_by_name['dhcp_leases']" to="/dhcp-leases/"
:active="$route.path.startsWith('/dhcp-leases/')">DHCP-Leases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment