monitoring: Remove css class 'control-group' from the expire time element

This CSS class does no longer exist.
This commit is contained in:
Eric Lippmann 2014-12-19 10:43:14 +01:00
parent 1468ed0a19
commit b0ab6c3a76
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class AcknowledgeProblemCommandForm extends ObjectsCommandForm
array( array(
'decorators' => array( 'decorators' => array(
'FormElements', 'FormElements',
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group')) array('HtmlTag', array('tag' => 'div'))
) )
) )
); );