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:
@@ -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"""
|
||||
|
Reference in New Issue
Block a user