From d46972e4cfface9d88cfbce32da1fc899d444956 Mon Sep 17 00:00:00 2001 From: "Elizabeth K. Joseph" Date: Mon, 29 Feb 2016 17:28:42 -0800 Subject: [PATCH] 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 --- modules/openstack_project/templates/status/common.js.erb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/openstack_project/templates/status/common.js.erb b/modules/openstack_project/templates/status/common.js.erb index 2fe6ee684e..508cfcb2c5 100644 --- a/modules/openstack_project/templates/status/common.js.erb +++ b/modules/openstack_project/templates/status/common.js.erb @@ -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( '