Fix action target for downtime removal
This commit is contained in:
parent
999e83d433
commit
04cab7e0f8
|
@ -35,7 +35,7 @@ foreach ($object->downtimes as $downtime) {
|
|||
$text = $this->escape($downtime->comment);
|
||||
|
||||
$list[] = sprintf(
|
||||
'<tr><th>%s</th><td>%s %s: %s</td></tr>',
|
||||
'<tr><th>%s</th><td data-base-target="_self">%s %s: %s</td></tr>',
|
||||
$this->escape($downtime->author),
|
||||
$iconForm,
|
||||
$state,
|
||||
|
|
Loading…
Reference in New Issue