Re-enable auto-refresh
This commit is contained in:
parent
e3629a7f41
commit
9a79cd58e9
|
@ -428,7 +428,7 @@ class ActionController extends Zend_Controller_Action
|
|||
}
|
||||
|
||||
if ($this->autorefreshInterval !== null) {
|
||||
// $resp->setHeader('X-Icinga-Refresh', $this->autorefreshInterval);
|
||||
$resp->setHeader('X-Icinga-Refresh', $this->autorefreshInterval);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue