Files
librenms-librenms/resources/views/device/action-icon.blade.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
225 B
PHP
Raw Normal View History

<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>