list/servicegrid: Make problems only work in no-js envs
This commit is contained in:
parent
5ed41868d9
commit
5ace00ed0b
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue