Skip to content
Snippets Groups Projects
Commit 8def8a10 authored by Georgi's avatar Georgi
Browse files

Added ids to the Show Fullscreen Bubble and Radder buttons

parent e3e4bd17
No related merge requests found
......@@ -35,12 +35,12 @@
<i class="fas fa-download"></i> Download as .json
</a>
<a href='{{ action('MarkController@bubble', ["label" => $label]) }}'
<a id="fullscreen_bubble_button" href='{{ action('MarkController@bubble', ["label" => $label]) }}'
class='btn btn-primary'>
<i class="fas fa-expand"></i> Fullscreen bubble graph
</a>
<a href='{{ action('MarkController@radar', ["label" => $label]) }}'
<a id="fullscreen_radar_button" href='{{ action('MarkController@radar', ["label" => $label]) }}'
class='btn btn-primary'>
<i class="fas fa-expand"></i> Fullscreen radar graph
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment