mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
downtimes/show.phtml: Drop redundant link title
Such a title has not any advantage as it contains the same content as the link label.
This commit is contained in:
parent
3091b8cf5c
commit
831581471c
@ -17,8 +17,7 @@
|
|||||||
$removeAllLink,
|
$removeAllLink,
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'icon' => 'trash',
|
'icon' => 'trash'
|
||||||
'title' => $this->translate('Remove all selected downtimes.')
|
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user