mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +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'),
|
$this->translate('Show detailed information for service %s on host %s'),
|
||||||
$comment->service_display_name,
|
$comment->service_display_name,
|
||||||
$comment->host_display_name
|
$comment->host_display_name
|
||||||
),
|
)
|
||||||
'class' => 'rowaction'
|
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
$this->qlink(
|
$this->qlink(
|
||||||
|
@ -25,8 +25,7 @@
|
|||||||
$this->translate('Show detailed information for service %s on host %s'),
|
$this->translate('Show detailed information for service %s on host %s'),
|
||||||
$downtime->service_display_name,
|
$downtime->service_display_name,
|
||||||
$downtime->host_display_name
|
$downtime->host_display_name
|
||||||
),
|
)
|
||||||
'class' => 'rowaction'
|
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
$this->qlink(
|
$this->qlink(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user