Files
librenms-librenms/resources/views/components/linked-graph.blade.php
2024-06-19 09:20:23 -05:00

2 lines
211 B
PHP

<a href="{{ $link }}" {{ $attributes->filter($filterAttributes) }}><img width="{{ $width }}" height="{{ $height }}" src="{{ $src }}" alt="{{ $type }}" class="graph-image" {{ $attributes->only('loading') }}></a>