Skip to content

Commit

Permalink
Make cloud status menu nicer, remove API
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-42 committed Oct 6, 2016
1 parent 9db6aeb commit bbfdecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ceagle/blueprints/cloud_status/templates/cs_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<a href="/cloud_status/"> Overview </a>
</li>
<li {% if submenu == "availability" %} class="active"{% endif %}>
<a href="/cloud_status/availability"> API Availability</a>
<a href="/cloud_status/availability"> Availability</a>
</li>
<li {% if submenu == "health" %} class="active"{% endif %}>
<a href="/cloud_status/health"> API Health </a>
<a href="/cloud_status/health"> Health </a>
</li>
</ul>
{% endblock %}
Expand Down

0 comments on commit bbfdecb

Please sign in to comment.