mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
ActionController: allow to disable autorefresh
This commit is contained in:
parent
a622f34be6
commit
7cad4de3be
@ -328,6 +328,13 @@ class ActionController extends Zend_Controller_Action
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
$this->autorefreshInterval = $interval;
|
$this->autorefreshInterval = $interval;
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function disableAutoRefresh()
|
||||||
|
{
|
||||||
|
$this->autorefreshInterval = null;
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user