Merge "Fix template links for split uncategorized"

This commit is contained in:
Jenkins 2016-08-15 21:43:21 +00:00 committed by Gerrit Code Review
commit 9042c22053
2 changed files with 4 additions and 2 deletions

View File

@ -84,7 +84,8 @@
<ul class="nav nav-tabs">
<li><a href="index.html">All Pipelines</a></li>
<li class="active"><a href="gate.html">Gate Pipeline</a></li>
<li><a href="data/uncategorized.html">Uncategorized</a></li>
<li><a href="data/integrated_gate.html">Uncategorized Integrated Gate Jobs</a></li>
<li><a href="data/others.html">Uncategorized</a></li>
</ul>
</div>

View File

@ -81,7 +81,8 @@
<ul class="nav nav-tabs">
<li class="active"><a href="index.html">All Pipelines</a></li>
<li><a href="gate.html">Gate Pipeline</a></li>
<li><a href="data/uncategorized.html">Uncategorized</a></li>
<li><a href="data/integrated_gate.html">Uncategorized Integrated Gate Jobs</a></li>
<li><a href="data/others.html">Uncategorized</a></li>
</ul>
<p>The elastic-recheck project uses Elasticsearch to classify and track OpenStack gate failures. Documentation can be found here: <a href="http://docs.openstack.org/infra/elastic-recheck/">http://docs.openstack.org/infra/elastic-recheck/</a>. You can also learn more by reading this post on the Elasticsearch blog: <a href="http://www.elasticsearch.org/blog/openstack-elastic-recheck-powered-elk-stack/">OpenStack elastic-recheck: powered by the elk stack</a>.</p>
</div>