ToggleObjectFeaturesCommandForm: Apply icinga form style
This commit is contained in:
parent
297e6fc71d
commit
721dab93a0
|
@ -32,7 +32,7 @@ class ToggleObjectFeaturesCommandForm extends ObjectsCommandForm
|
|||
public function init()
|
||||
{
|
||||
$this->setUseFormAutosubmit();
|
||||
$this->setAttrib('class', 'inline object-features');
|
||||
$this->setAttrib('class', self::DEFAULT_CLASSES . ' object-features');
|
||||
$features = array(
|
||||
ToggleObjectFeatureCommand::FEATURE_ACTIVE_CHECKS => array(
|
||||
'label' => $this->translate('Active Checks'),
|
||||
|
|
Loading…
Reference in New Issue