mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Linkable graph component (#13263)
* Linkable graph component * indentation change
This commit is contained in:
@@ -1 +1 @@
|
||||
<img width="{{ $width }}" height="{{ $height }}" src="{{ $link }}" alt="{{ $type }}" {{ $attributes->merge(['class' => 'graph-image']) }}>
|
||||
<img width="{{ $width }}" height="{{ $height }}" src="{{ $src }}" alt="{{ $type }}" {{ $attributes->merge(['class' => 'graph-image']) }}>
|
||||
|
1
resources/views/components/linked-graph.blade.php
Normal file
1
resources/views/components/linked-graph.blade.php
Normal file
@@ -0,0 +1 @@
|
||||
<a href="{{ $link }}"><img width="{{ $width }}" height="{{ $height }}" src="{{ $src }}" alt="{{ $type }}" {{ $attributes->merge(['class' => 'graph-image']) }}></a>
|
Reference in New Issue
Block a user