⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 179764 in webkit


Ignore:
Timestamp:
Feb 6, 2015, 2:47:31 PM (12 years ago)
Author:
rniwa@webkit.org
Message:

Unreviewed. Commit the forgotten change.

  • public/include/manifest.php:
Location:
trunk/Websites/perf.webkit.org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/perf.webkit.org/ChangeLog

    r179763 r179764  
     12015-02-06  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Unreviewed. Commit the forgotten change.
     4
     5        * public/include/manifest.php:
     6
    172015-02-06  Ryosuke Niwa  <rniwa@webkit.org>
    28
  • trunk/Websites/perf.webkit.org/public/include/manifest.php

    r179591 r179764  
    3333            'builders' => $this->builders(),
    3434            'bugTrackers' => $this->bug_trackers($repositories_table),
    35             'defaultDashboard' => config('defaultDashboard'),
     35            'dashboards' => config('dashboards'),
    3636        );
    3737        return $this->manifest;
Note: See TracChangeset for help on using the changeset viewer.