mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Improve Device menu links and documentation * device list actions functionality * phpstan :/
6 lines
225 B
PHP
6 lines
225 B
PHP
<div class="col-xs-1">
|
|
<a href="{{ $href }}" @if($external ?? true)target="_blank" rel="noopener" @endif title="{{ $title }}">
|
|
<i class="fa fa-lg icon-theme {{ $icon ?? 'fa-external-link' }}"></i>
|
|
</a>
|
|
</div>
|