mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-03 03:54:25 +02:00
POST disable/enable auto-refresh always against the current location
refs #8605
This commit is contained in:
parent
200982e4f5
commit
f60a0b86ec
@ -21,6 +21,8 @@ class AutoRefreshForm extends Form
|
|||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
$this->setName('form_auto_refresh');
|
$this->setName('form_auto_refresh');
|
||||||
|
// Post against the current location
|
||||||
|
$this->setAction('');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user