mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add urlencode for location link in device view (#13076)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<span title="@lang('Scheduled Maintenance')" class="fa fa-wrench fa-fw fa-lg"></span>
|
<span title="@lang('Scheduled Maintenance')" class="fa fa-wrench fa-fw fa-lg"></span>
|
||||||
@endif
|
@endif
|
||||||
<span style="font-size: 20px;">@deviceLink($device)</span><br/>
|
<span style="font-size: 20px;">@deviceLink($device)</span><br/>
|
||||||
<a href="{{ url('/devices/location=' . $device->location) }}">{{ $device->location }}</a>
|
<a href="{{ url('/devices/location=' . urlencode($device->location)) }}">{{ $device->location }}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
@foreach($overview_graphs as $graph)
|
@foreach($overview_graphs as $graph)
|
||||||
|
Reference in New Issue
Block a user