mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +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()
|
||||
{
|
||||
$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