Fix action target for downtime removal

This commit is contained in:
Thomas Gelf 2014-03-25 08:45:51 +00:00
parent 999e83d433
commit 04cab7e0f8
1 changed files with 1 additions and 1 deletions

View File

@ -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,