monitoring: Remove css class 'control-group' from the expire time element
This CSS class does no longer exist.
This commit is contained in:
parent
1468ed0a19
commit
b0ab6c3a76
|
@ -104,7 +104,7 @@ class AcknowledgeProblemCommandForm extends ObjectsCommandForm
|
|||
array(
|
||||
'decorators' => array(
|
||||
'FormElements',
|
||||
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group'))
|
||||
array('HtmlTag', array('tag' => 'div'))
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue