8b179f8763
Remove link to puppet dashboard since it is down currently. Reinstate this link when dashboard is up again. Also remove link to ci-puppetmaster.openstack.org/ in the navigation since it is not a clickable link. Change-Id: I8db61b1a7b77c7625502acbdb3b7594f94e6530f
14 lines
983 B
HTML
14 lines
983 B
HTML
{% extends "openstack/layout.html" %}
|
|
|
|
{% block header_navigation %}
|
|
<li><a href="{{ pathto('index') }}" title="Go to the Home page" class="link">Home</a></li>
|
|
<li><a href="http://wiki.openstack.org/" title="Go to the OpenStack Wiki">Wiki</a></li>
|
|
<li><a href="http://review.openstack.org/" title="Go to the OpenStack Gerrit server">Gerrit</a></li>
|
|
<li><a href="http://jenkins.openstack.org/" title="Go to the OpenStack Jenkins server">Jenkins</a></li>
|
|
<li><a href="http://logstash.openstack.org/" title="Go to the OpenStack Logstash server">Logstash</a></li>
|
|
<li><a href="http://etherpad.openstack.org/" title="Go to the OpenStack Etherpad server">Etherpad</a></li>
|
|
<li><a href="http://paste.openstack.org/" title="Go to the OpenStack Paste server">Paste</a></li>
|
|
<li><a href="http://planet.openstack.org/" title="Go to the OpenStack Planet server">Planet</a></li>
|
|
<li><a href="http://lists.openstack.org/" title="Go to the OpenStack Mailman server">Mailman</a></li>
|
|
{% endblock %}
|