mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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…
x
Reference in New Issue
Block a user