* public/include/manifest.php:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@179764
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-02-06 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed. Commit the forgotten change.
+
+ * public/include/manifest.php:
+
2015-02-06 Ryosuke Niwa <rniwa@webkit.org>
New perf dashboard should have multiple dashboard pages
'repositories' => $this->repositories($repositories_table, $repositories_with_commit),
'builders' => $this->builders(),
'bugTrackers' => $this->bug_trackers($repositories_table),
- 'defaultDashboard' => config('defaultDashboard'),
+ 'dashboards' => config('dashboards'),
);
return $this->manifest;
}