加上error页面
This commit is contained in:
@@ -62,6 +62,10 @@ class DashboardServer:
|
|||||||
def groups():
|
def groups():
|
||||||
return render_template('groups.html')
|
return render_template('groups.html')
|
||||||
|
|
||||||
|
@app.route('/errors')
|
||||||
|
def groups():
|
||||||
|
return render_template('errors.html')
|
||||||
|
|
||||||
@app.route('/api/plugin_stats')
|
@app.route('/api/plugin_stats')
|
||||||
def api_plugin_stats():
|
def api_plugin_stats():
|
||||||
days = request.args.get('days', 7, type=int)
|
days = request.args.get('days', 7, type=int)
|
||||||
|
|||||||
Reference in New Issue
Block a user