Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Oct 28, 2024
1 parent 70203e6 commit f7098ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,8 @@ def showinfrastructures():
infrastructures[inf_id]['cloud_type'] = infra_data["site"]["type"]
infrastructures[inf_id]['site'] = Markup(site_info)

return render_template('infrastructures.html', infrastructures=infrastructures, reload=reload_infid, inf_list=inf_list)
return render_template('infrastructures.html', infrastructures=infrastructures,
reload=reload_infid, inf_list=inf_list)

@app.route('/infrastructures/state')
@authorized_with_valid_token
Expand Down

0 comments on commit f7098ad

Please sign in to comment.