downtimes/comments: Don't mark service urls with `.rowaction`
fixes #3920
This commit is contained in:
parent
00257f163d
commit
c3603c991d
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue