Skip to content

Commit

Permalink
Update Lyout
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lassahn committed Jan 8, 2019
1 parent 48cdb58 commit 7ff2398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dash/layoutInsuranceRequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ def generate_html_layout(locations: list):
options=[{'label': i, 'value': i} for i in
range(2, 8)],
value=4
), ], className="two wide column"),
), ], className="three wide column"),
html.Div(
[html.P('Anzahl Tage mit mind.'),
dcc.Dropdown(
id='criterion-num-days',
options=[{'label': i, 'value': i} for i in
range(2, 20)],
value=2
), ], className="three wide column")
), ], className="two wide column")

], className="five column row"),
html.Div([
Expand Down

0 comments on commit 7ff2398

Please sign in to comment.