list/servicegrid: Make problems only work in no-js envs

This commit is contained in:
Johannes Meyer 2020-04-14 14:24:33 +02:00
parent 5ed41868d9
commit 5ace00ed0b
1 changed files with 4 additions and 0 deletions

View File

@ -668,6 +668,10 @@ class ListController extends Controller
public function servicegridAction()
{
if ($this->params->has('noscript_apply')) {
$this->redirectNow($this->getRequest()->getUrl()->without('noscript_apply'));
}
$this->addTitleTab('servicegrid', $this->translate('Service Grid'), $this->translate('Show the Service Grid'));
$this->setAutorefreshInterval(15);
$query = $this->backend->select()->from('servicestatus', array(