mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
Autorefresh commments list
This commit is contained in:
parent
63fd074a4f
commit
a270eb2270
@ -316,6 +316,7 @@ class Monitoring_ListController extends Controller
|
|||||||
'title' => 'Comments',
|
'title' => 'Comments',
|
||||||
'url' => Url::fromPath('monitoring/list/comments')
|
'url' => Url::fromPath('monitoring/list/comments')
|
||||||
))->activate('comments');
|
))->activate('comments');
|
||||||
|
$this->setAutorefreshInterval(12);
|
||||||
$query = CommentView::fromRequest(
|
$query = CommentView::fromRequest(
|
||||||
$this->_request,
|
$this->_request,
|
||||||
array(
|
array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user