diff --git a/modules/monitoring/application/views/scripts/list/servicegrid.phtml b/modules/monitoring/application/views/scripts/list/servicegrid.phtml index fac48b012..c94c14278 100644 --- a/modules/monitoring/application/views/scripts/list/servicegrid.phtml +++ b/modules/monitoring/application/views/scripts/list/servicegrid.phtml @@ -44,7 +44,7 @@ $serviceFilter = '(service_description=' . implode('|service_description=', $ser foreach ($serviceDescriptions as $serviceDescription): ?> qlink( - '' . (strlen($serviceDescription) > 18 ? substr($serviceDescription, 0, 18) . '...' : $serviceDescription) . '', + '' . $this->ellipsis($serviceDescription, 18) . '', 'monitoring/list/services?' . $hostFilter, array( 'service_description' => $serviceDescription