diff --git a/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml b/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml index 22a372151..7c50a4882 100644 --- a/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml +++ b/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml @@ -40,8 +40,9 @@ if ($object->acknowledged): ?> $ackLink, null, array( - 'icon' => 'ok', - 'title' => $this->translate( + 'icon' => 'ok', + 'data-base-target' => '_self', + 'title' => $this->translate( 'Acknowledge this problem, suppress all future notifications for it and tag it as being handled' ) )