diff --git a/modules/monitoring/application/views/helpers/IconImage.php b/modules/monitoring/application/views/helpers/IconImage.php index 416a4f335..e0e969db4 100644 --- a/modules/monitoring/application/views/helpers/IconImage.php +++ b/modules/monitoring/application/views/helpers/IconImage.php @@ -30,7 +30,8 @@ class Zend_View_Helper_IconImage extends Zend_View_Helper_Abstract null, array( 'alt' => $object->host_icon_image_alt, - 'title' => $object->host_icon_image_alt + 'title' => $object->host_icon_image_alt, + 'data-tooltip-delay' => 0 ) ); } @@ -51,7 +52,8 @@ class Zend_View_Helper_IconImage extends Zend_View_Helper_Abstract null, array( 'alt' => $object->service_icon_image_alt, - 'title' => $object->service_icon_image_alt + 'title' => $object->service_icon_image_alt, + 'data-tooltip-delay' => 0 ) ); }