mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
monitoring: Use View::ellipsis() in the servicegrid view script
refs #9538
This commit is contained in:
parent
9d40013b21
commit
1ab8fc0012
@ -44,7 +44,7 @@ $serviceFilter = '(service_description=' . implode('|service_description=', $ser
|
||||
foreach ($serviceDescriptions as $serviceDescription): ?>
|
||||
<span>
|
||||
<?= $this->qlink(
|
||||
'<abbr>' . (strlen($serviceDescription) > 18 ? substr($serviceDescription, 0, 18) . '...' : $serviceDescription) . '</abbr>',
|
||||
'<abbr>' . $this->ellipsis($serviceDescription, 18) . '</abbr>',
|
||||
'monitoring/list/services?' . $hostFilter,
|
||||
array(
|
||||
'service_description' => $serviceDescription
|
||||
|
Loading…
x
Reference in New Issue
Block a user