Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mturley committed Apr 18, 2019
1 parent 28263ff commit fee3bee
Showing 1 changed file with 18 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports[`GeneralSettings component renders the general settings page 1`] = `
>
<Form
bsClass="form"
className="form-horizontal"
className="form-vertical"
componentClass="form"
horizontal={false}
inline={false}
Expand All @@ -38,7 +38,6 @@ exports[`GeneralSettings component renders the general settings page 1`] = `
>
<ControlLabel
bsClass="control-label"
className="col-md-5"
srOnly={false}
>
<span
Expand Down Expand Up @@ -66,6 +65,12 @@ exports[`GeneralSettings component renders the general settings page 1`] = `
bsClass="btn"
bsStyle="link"
disabled={false}
style={
Object {
"paddingBottom": 0,
"paddingTop": 0,
}
}
>
<Icon
name="info"
Expand All @@ -76,7 +81,11 @@ exports[`GeneralSettings component renders the general settings page 1`] = `
</span>
</ControlLabel>
<div
className="col-md-2"
style={
Object {
"width": 150,
}
}
>
<Field
component={[Function]}
Expand All @@ -93,7 +102,6 @@ exports[`GeneralSettings component renders the general settings page 1`] = `
>
<ControlLabel
bsClass="control-label"
className="col-md-5"
srOnly={false}
>
<div
Expand All @@ -103,7 +111,11 @@ exports[`GeneralSettings component renders the general settings page 1`] = `
</div>
</ControlLabel>
<div
className="col-md-2"
style={
Object {
"width": 150,
}
}
>
<Field
component={[Function]}
Expand Down Expand Up @@ -132,10 +144,10 @@ exports[`GeneralSettings component renders the general settings page 1`] = `
name="cpu_limit_per_host"
postfix=""
validate={[Function]}
vertical={true}
/>
<FormGroup
bsClass="form-group"
className="col-md-1 pull-left"
style={
Object {
"marginTop": "40px",
Expand Down

0 comments on commit fee3bee

Please sign in to comment.