mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
change map to group= url (#10237)
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
@if($device_groups->isNotEmpty())
|
@if($device_groups->isNotEmpty())
|
||||||
<li class="dropdown-submenu"><a href="#"><i class="fa fa-th fa-fw fa-lg" aria-hidden="true"></i> Device Groups Maps</a><ul class="dropdown-menu scrollable-menu">
|
<li class="dropdown-submenu"><a href="#"><i class="fa fa-th fa-fw fa-lg" aria-hidden="true"></i> Device Groups Maps</a><ul class="dropdown-menu scrollable-menu">
|
||||||
@foreach($device_groups as $group)
|
@foreach($device_groups as $group)
|
||||||
<li><a href="{{ url('map', [$group->id]) }}" title="{{ $group->desc }}"><i class="fa fa-th fa-fw fa-lg" aria-hidden="true"></i>
|
<li><a href="{{ url("map/group=$group->id") }}" title="{{ $group->desc }}"><i class="fa fa-th fa-fw fa-lg" aria-hidden="true"></i>
|
||||||
{{ ucfirst($group->name) }}
|
{{ ucfirst($group->name) }}
|
||||||
</a></li>
|
</a></li>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|||||||
Reference in New Issue
Block a user