summaryrefslogtreecommitdiffstats
path: root/Tools/TestResultServer/handlers/dashboardhandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/TestResultServer/handlers/dashboardhandler.py')
-rw-r--r--Tools/TestResultServer/handlers/dashboardhandler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/TestResultServer/handlers/dashboardhandler.py b/Tools/TestResultServer/handlers/dashboardhandler.py
index fbbd56b..cae2b13 100644
--- a/Tools/TestResultServer/handlers/dashboardhandler.py
+++ b/Tools/TestResultServer/handlers/dashboardhandler.py
@@ -89,6 +89,7 @@ class UpdateDashboardFile(webapp.RequestHandler):
if not files:
# FIXME: Just grab the entire dashboards directory.
files = ["aggregate_results.html",
+ "builders.js",
"dashboard_base.js",
"dygraph-combined.js",
"flakiness_dashboard.html",