summaryrefslogtreecommitdiffstats
path: root/WebKitTools/TestResultServer/handlers/dashboardhandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/TestResultServer/handlers/dashboardhandler.py')
-rw-r--r--WebKitTools/TestResultServer/handlers/dashboardhandler.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebKitTools/TestResultServer/handlers/dashboardhandler.py b/WebKitTools/TestResultServer/handlers/dashboardhandler.py
index 587d737..c8b5ace 100644
--- a/WebKitTools/TestResultServer/handlers/dashboardhandler.py
+++ b/WebKitTools/TestResultServer/handlers/dashboardhandler.py
@@ -89,7 +89,9 @@ class UpdateDashboardFile(webapp.RequestHandler):
if not files:
files = ["flakiness_dashboard.html",
"dashboard_base.js",
- "aggregate_results.html"]
+ "aggregate_results.html",
+ "dygraph-combined.js",
+ "timeline_explorer.html"]
errors = []
for file in files: