ToggleObjectFeaturesCommandForm: Apply icinga form style

This commit is contained in:
Johannes Meyer 2019-07-17 15:36:33 +02:00
parent 297e6fc71d
commit 721dab93a0
1 changed files with 1 additions and 1 deletions

View File

@ -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'),