Files
librenms-librenms/resources/views/components/graph.blade.php
Tony Murray 5a0ed57514 Linkable graph component (#13263)
* Linkable graph component

* indentation change
2021-09-28 08:29:38 -05:00

2 lines
138 B
PHP

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