add uncategorized page into the tab navigation
this provides integration on the glass for uncategorized page, so it's discoverable by others Change-Id: I354f72bdec06dfec10e4cff973f4d6a22e129540
This commit is contained in:
parent
9a030bf76d
commit
73eb1aba75
@ -55,7 +55,8 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<ul class="nav nav-tabs">
|
<ul class="nav nav-tabs">
|
||||||
<li><a href="index.html">All Pipelines</a></li>
|
<li><a href="index.html">All Pipelines</a></li>
|
||||||
<li class=active><a href="gate.html">Gate Pipeline</a></li>
|
<li class="active"><a href="gate.html">Gate Pipeline</a></li>
|
||||||
|
<li><a href="data/uncategorized.html">Uncategorized</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -56,6 +56,7 @@
|
|||||||
<ul class="nav nav-tabs">
|
<ul class="nav nav-tabs">
|
||||||
<li class="active"><a href="index.html">All Pipelines</a></li>
|
<li class="active"><a href="index.html">All Pipelines</a></li>
|
||||||
<li><a href="gate.html">Gate Pipeline</a></li>
|
<li><a href="gate.html">Gate Pipeline</a></li>
|
||||||
|
<li><a href="data/uncategorized.html">Uncategorized</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -38,6 +38,9 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="http://www.openstack.org/themes/openstack/css/main.css" />
|
<link rel="stylesheet" type="text/css" href="http://www.openstack.org/themes/openstack/css/main.css" />
|
||||||
|
|
||||||
|
<!-- Project specific css -->
|
||||||
|
<link rel="stylesheet" type="text/css" href="../styles/elastic-recheck.css" />
|
||||||
|
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.graph {
|
.graph {
|
||||||
|
@ -5,8 +5,20 @@
|
|||||||
<style>
|
<style>
|
||||||
.menu {
|
.menu {
|
||||||
float: right;
|
float: right;
|
||||||
|
padding-top: 1em;
|
||||||
|
}
|
||||||
|
.jobs {
|
||||||
|
padding-top: 1em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<div class="container">
|
||||||
|
<ul class="nav nav-tabs">
|
||||||
|
<li><a href="../index.html">All Pipelines</a></li>
|
||||||
|
<li><a href="../gate.html">Gate Pipeline</a></li>
|
||||||
|
<li class="active"><a href="uncategorized.html">Uncategorized</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<a name="top"></a>
|
<a name="top"></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user