mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add Blade directives for common Url functions (#10995)
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
<strong class="green">@lang('Global Viewing Access')</strong>
|
||||
@else
|
||||
@forelse($devices as $device)
|
||||
{!! \LibreNMS\Util\Url::deviceLink($device) !!} <br />
|
||||
@deviceLink($device) <br />
|
||||
@empty
|
||||
<strong class="red">@lang('No access!')</strong>
|
||||
@endforelse
|
||||
|
||||
Reference in New Issue
Block a user