Replace Rechecks with elastic-recheck page
The rechecks page currently on status.openstack.org is broken and not worth fixing. Replacing link with the new elastic-recheck page. Change-Id: Ie98505d71d3dedc0dd75bcf0e85de48f483f9331
This commit is contained in:
parent
dc8b2ae79f
commit
33074db56e
@ -17,7 +17,7 @@ function header(activeTabName) {
|
|||||||
tabsLink = new Array();
|
tabsLink = new Array();
|
||||||
tabsName[0] = 'Status'; tabsLink[0] = 'http://status.openstack.org/';
|
tabsName[0] = 'Status'; tabsLink[0] = 'http://status.openstack.org/';
|
||||||
tabsName[1] = 'Zuul'; tabsLink[1] = 'http://status.openstack.org/zuul/';
|
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[3] = 'Release'; tabsLink[3] = 'http://status.openstack.org/release/';
|
||||||
tabsName[4] = 'Reviews'; tabsLink[4] = 'http://status.openstack.org/reviews/';
|
tabsName[4] = 'Reviews'; tabsLink[4] = 'http://status.openstack.org/reviews/';
|
||||||
tabsName[5] = 'Bugday'; tabsLink[5] = 'http://status.openstack.org/bugday/';
|
tabsName[5] = 'Bugday'; tabsLink[5] = 'http://status.openstack.org/bugday/';
|
||||||
|
Loading…
Reference in New Issue
Block a user