mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +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 ?>
|
||||
<a aria-hidden="true" id="end" href="<?= Url::fromRequest()->remove(
|
||||
array(
|
||||
'raw_timestamp<',
|
||||
'raw_timestamp>'
|
||||
'timestamp<',
|
||||
'timestamp>'
|
||||
)
|
||||
)->overwriteParams(
|
||||
array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user