mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Timeline: Fix url used to extend the timeline
This commit is contained in:
parent
fb52ee5a7c
commit
f2c7d5686a
@ -132,8 +132,8 @@ $extrapolatedCircleWidth = $timeline->getExtrapolatedCircleWidth($timeInfo[1][$g
|
|||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
<a aria-hidden="true" id="end" href="<?= Url::fromRequest()->remove(
|
<a aria-hidden="true" id="end" href="<?= Url::fromRequest()->remove(
|
||||||
array(
|
array(
|
||||||
'raw_timestamp<',
|
'timestamp<',
|
||||||
'raw_timestamp>'
|
'timestamp>'
|
||||||
)
|
)
|
||||||
)->overwriteParams(
|
)->overwriteParams(
|
||||||
array(
|
array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user