downtimes/comments: Don't mark service urls with `.rowaction`

fixes #3920
This commit is contained in:
Johannes Meyer 2019-08-16 08:08:06 +02:00
parent 00257f163d
commit c3603c991d
2 changed files with 2 additions and 4 deletions

View File

@ -15,8 +15,7 @@
$this->translate('Show detailed information for service %s on host %s'),
$comment->service_display_name,
$comment->host_display_name
),
'class' => 'rowaction'
)
]
),
$this->qlink(

View File

@ -25,8 +25,7 @@
$this->translate('Show detailed information for service %s on host %s'),
$downtime->service_display_name,
$downtime->host_display_name
),
'class' => 'rowaction'
)
]
),
$this->qlink(