Added static page that embeds stats from Kibana.

It just has a full-width iframe that embeds the dashboard from
https://stats.cloud.blender.org/
This commit is contained in:
2017-09-21 14:25:14 +02:00
parent 82a4bcd185
commit 5d0b8a1dc4
2 changed files with 35 additions and 0 deletions

View File

@@ -164,6 +164,11 @@ def services():
return render_template('services.html')
@blueprint.route('/stats')
def stats():
return render_template('stats.html')
@blueprint.route('/join')
def join():
"""Join page"""