mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
ToggleObjectFeaturesCommandForm: use h2 instead of h4
This commit is contained in:
parent
f18921c406
commit
7669fd88bc
@ -21,7 +21,7 @@ class ToggleObjectFeaturesCommandForm extends ObjectsCommandForm
|
|||||||
$this->setUseFormAutosubmit();
|
$this->setUseFormAutosubmit();
|
||||||
$this->setTitle('Feature Commands');
|
$this->setTitle('Feature Commands');
|
||||||
$this->setAttrib('class', 'inline object-features');
|
$this->setAttrib('class', 'inline object-features');
|
||||||
$this->loadDefaultDecorators()->getDecorator('description')->setTag('h4');
|
$this->loadDefaultDecorators()->getDecorator('description')->setTag('h2');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user