mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-04-29 09:59:12 -04:00
parent
4716cbc405
commit
a2c09dc47d
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ trait TimeRangePickerTrait
|
|||
{
|
||||
$url = Url::fromRequest()->getAbsoluteUrl();
|
||||
|
||||
return '<div class="flyover" id="graphite-customrange-'
|
||||
return '<div class="flyover flyover-arrow-top" id="graphite-customrange-'
|
||||
. md5($url)
|
||||
. '">'
|
||||
. $view->qlink(null, '#', null, [
|
||||
|
|
|
|||
Loading…
Reference in a new issue