mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
parent
69db59a38e
commit
39f225a627
@ -422,6 +422,7 @@ class ListController extends Controller
|
||||
'type' => 'comment_type',
|
||||
'persistent' => 'comment_is_persistent',
|
||||
'expiration' => 'comment_expiration',
|
||||
'name' => 'comment_name',
|
||||
'host_name',
|
||||
'service_description',
|
||||
'host_display_name',
|
||||
|
@ -53,7 +53,8 @@
|
||||
$deleteButton->populate(
|
||||
array(
|
||||
'comment_id' => $comment->id,
|
||||
'comment_is_service' => isset($comment->service_description)
|
||||
'comment_is_service' => isset($comment->service_description),
|
||||
'comment_name' => $comment->name
|
||||
)
|
||||
);
|
||||
$deleteButton->getElement('btn_submit')
|
||||
|
Loading…
x
Reference in New Issue
Block a user