Remove QA health link from status page

In I9f61c4bb1f5634df0b0da909466b4c1b1b149ba5 when the Release link
was removed, a QA health link was added.

However, I57825f7e04bbdb405f7a1e67e4639d6afd7f3c5c is actually the
preferred change to this, which has the wording "OpenStack-Health"
instead.  Matthew Treinish left a comment saying so when I tried
to revert it in Ia9355c3f4206ba089c19a51556bb5321e9df9b6b

Change-Id: I293e326e45e1939dc57556d1477434cd1cfb56a2
This commit is contained in:
Elizabeth K. Joseph 2016-02-29 17:28:42 -08:00
parent 315314ef90
commit d46972e4cf
1 changed files with 3 additions and 4 deletions

View File

@ -20,10 +20,9 @@ function header(activeTabName) {
tabsName[0] = 'Status'; tabsLink[0] = '<%= @status_base_url %>';
tabsName[1] = 'Zuul'; tabsLink[1] = '<%= @status_base_url %>/zuul/';
tabsName[2] = 'Rechecks'; tabsLink[2] = '<%= @status_base_url %>/elastic-recheck/';
tabsName[3] = 'QA health'; tabsLink[3] = '<%= @status_base_url %>/openstack-health/';
tabsName[4] = 'Reviews'; tabsLink[4] = '<%= @status_base_url %>/reviews/';
tabsName[5] = 'Bugday'; tabsLink[5] = '<%= @status_base_url %>/bugday/';
tabsName[6] = 'OpenStack-Health'; tabsLink[6] = '<%= @status_base_url %>/openstack-health/';
tabsName[4] = 'Reviews'; tabsLink[3] = '<%= @status_base_url %>/reviews/';
tabsName[5] = 'Bugday'; tabsLink[4] = '<%= @status_base_url %>/bugday/';
tabsName[6] = 'OpenStack-Health'; tabsLink[5] = '<%= @status_base_url %>/openstack-health/';
document.write(
'<div id="header" class="container">' +