Merge "Replace Rechecks with elastic-recheck page"

This commit is contained in:
Jenkins 2014-06-01 13:09:40 +00:00 committed by Gerrit Code Review
commit 5935893bfc

View File

@ -17,7 +17,7 @@ function header(activeTabName) {
tabsLink = new Array();
tabsName[0] = 'Status'; tabsLink[0] = 'http://status.openstack.org/';
tabsName[1] = 'Zuul'; tabsLink[1] = 'http://status.openstack.org/zuul/';
tabsName[2] = 'Rechecks'; tabsLink[2] = 'http://status.openstack.org/rechecks/';
tabsName[2] = 'Rechecks'; tabsLink[2] = 'http://status.openstack.org/elastic-recheck/';
tabsName[3] = 'Release'; tabsLink[3] = 'http://status.openstack.org/release/';
tabsName[4] = 'Reviews'; tabsLink[4] = 'http://status.openstack.org/reviews/';
tabsName[5] = 'Bugday'; tabsLink[5] = 'http://status.openstack.org/bugday/';