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

2 lines
200 B
PHP

<img width="{{ $width }}" height="{{ $height }}" src="{{ $src }}" alt="{{ $type }}" {{ $attributes->merge(['class' => 'graph-image'])->filter($filterAttributes) }} {{ $attributes->only('loading') }}>