mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
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…
x
Reference in New Issue
Block a user