diff options
Diffstat (limited to 'Tools/TestResultServer/static-dashboards/timeline_explorer.html')
-rw-r--r-- | Tools/TestResultServer/static-dashboards/timeline_explorer.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/TestResultServer/static-dashboards/timeline_explorer.html b/Tools/TestResultServer/static-dashboards/timeline_explorer.html index dd8505332..b3fa41bc3 100644 --- a/Tools/TestResultServer/static-dashboards/timeline_explorer.html +++ b/Tools/TestResultServer/static-dashboards/timeline_explorer.html @@ -97,6 +97,7 @@ body { </style> <script src="dygraph-combined.js"></script> <script src="builders.js"></script> +<script src="loader.js"></script> <script src="dashboard_base.js"></script> <script> var FAILING_TESTS_DATASET_NAME = 'Failing tests'; |