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
165 B
PHP
2 lines
165 B
PHP
<img width="{{ $width }}" height="{{ $height }}" src="{{ $src }}" alt="{{ $type }}" {{ $attributes->merge(['class' => 'graph-image'])->filter($filterAttributes) }}>
|