mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-04-15 21:49:43 -04:00
parent
a2c09dc47d
commit
2e5fbd764d
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ trait TimeRangePickerTrait
|
|||
{
|
||||
$url = Url::fromRequest()->getAbsoluteUrl();
|
||||
|
||||
return '<div class="flyover flyover-arrow-top" id="graphite-customrange-'
|
||||
. md5($url)
|
||||
return '<div class="flyover flyover-arrow-top" id="'
|
||||
. $view->protectId('graphite-customrange')
|
||||
. '">'
|
||||
. $view->qlink(null, '#', null, [
|
||||
'title' => $view->translate('Specify custom time range'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue