ToggleInstanceFeaturesCommandForm: Apply icinga form style
This commit is contained in:
parent
0bc70a840c
commit
1b8501d5b7
|
@ -26,7 +26,7 @@ class ToggleInstanceFeaturesCommandForm extends CommandForm
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
$this->setUseFormAutosubmit();
|
$this->setUseFormAutosubmit();
|
||||||
$this->setAttrib('class', 'inline instance-features');
|
$this->setAttrib('class', self::DEFAULT_CLASSES . ' instance-features');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue