Files
librenms-librenms/resources/views/device/action-icon.blade.php
Tony Murray 94ee737f3d Allow device actions to appear in device list and improve docs (#13177)
* Improve Device menu links and documentation

* device list actions functionality

* phpstan :/
2021-08-27 22:48:57 -05:00

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>