monitoring: Remove css class 'control-group' from date and time elements in the schedule downtime command form
This CSS class does no longer exist.
This commit is contained in:
parent
b0ab6c3a76
commit
fa226f261e
|
@ -130,7 +130,7 @@ class ScheduleServiceDowntimeCommandForm extends ObjectsCommandForm
|
||||||
array(
|
array(
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'FormElements',
|
'FormElements',
|
||||||
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group'))
|
array('HtmlTag', array('tag' => 'div'))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -169,7 +169,7 @@ class ScheduleServiceDowntimeCommandForm extends ObjectsCommandForm
|
||||||
),
|
),
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'FormElements',
|
'FormElements',
|
||||||
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group')),
|
array('HtmlTag', array('tag' => 'div')),
|
||||||
array(
|
array(
|
||||||
'Description',
|
'Description',
|
||||||
array('tag' => 'span', 'class' => 'description', 'placement' => 'prepend')
|
array('tag' => 'span', 'class' => 'description', 'placement' => 'prepend')
|
||||||
|
|
Loading…
Reference in New Issue