Monitoring/List/Multiselect: Fix schedule downtime command
This commit is contained in:
parent
e48afa762c
commit
bf0a9c9e5a
|
@ -84,7 +84,7 @@ $this->href(
|
||||||
|
|
||||||
<a rel="tooltip" title="Schedule downtimes for all selected hosts" href="<?=
|
<a rel="tooltip" title="Schedule downtimes for all selected hosts" href="<?=
|
||||||
$this->href(
|
$this->href(
|
||||||
'monitoring/command/scheduledowntimes',
|
'monitoring/command/scheduledowntime',
|
||||||
$this->target
|
$this->target
|
||||||
);
|
);
|
||||||
?>" class="button btn-cta btn-half-right">
|
?>" class="button btn-cta btn-half-right">
|
||||||
|
|
Loading…
Reference in New Issue