mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Correct graph row component responsive layout for linked graphs Enable pass through height and legend. Probably need more, but this is just for a start. Switch Poller performance page * revert accidental change * Update Graph.php
2 lines
176 B
PHP
2 lines
176 B
PHP
<a href="{{ $link }}" {{ $attributes->filter($filterAttributes) }}><img width="{{ $width }}" height="{{ $height }}" src="{{ $src }}" alt="{{ $type }}" class="graph-image"></a>
|