From 5b3cbb0ffe8246374f4cc0fdd2f888dd7e28dba2 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 26 Jul 2019 17:12:01 +0200 Subject: [PATCH] Fix title attributes in the downtime header --- .../views/scripts/partials/downtime/downtime-header.phtml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml b/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml index d6b05e809..a5c443aa4 100644 --- a/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml @@ -20,7 +20,6 @@ 'host' => $downtime->host_name, 'service' => $downtime->service_description ], - null, [ 'title' => sprintf( $this->translate('Show detailed information for service %s on host %s'), @@ -32,11 +31,8 @@ ), $this->qlink( $downtime->host_display_name, - $this->href( - 'monitoring/host/show', - ['host' => $downtime->host_name] - ), - null, + 'monitoring/host/show', + ['host' => $downtime->host_name], [ 'title' => sprintf( $this->translate('Show detailed information for host %s'),