Skip to content

Commit 81fd7d4

Browse files
raviks789nilmerg
authored andcommitted
IncidentsController: Set auto refresh interval to refresh the incidents every 10 seconds
1 parent 4f644ea commit 81fd7d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

application/controllers/IncidentsController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ public function indexAction(): void
7373
if (! $searchBar->hasBeenSubmitted() && $searchBar->hasBeenSent()) {
7474
$this->sendMultipartUpdate();
7575
}
76+
77+
$this->setAutorefreshInterval(10);
7678
}
7779

7880
public function completeAction(): void

0 commit comments

Comments
 (0)