mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
parent
aff73cf4d7
commit
cc5899abab
1 changed files with 4 additions and 1 deletions
|
|
@ -53,7 +53,10 @@ trait TimeRangePickerTrait
|
|||
$view->translate('Custom', 'TimeRangePicker'),
|
||||
$url->with(TimeRangePicker::getRangeCustomizationParameter(), '1'),
|
||||
null,
|
||||
['class' => 'button-link']
|
||||
[
|
||||
'class' => 'button-link',
|
||||
'data-base-target' => '_self'
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue