Restructure navigation and rename base directories

* overview is gone
* deployment has been renamed overcloud
   * controller/compute/storage have been removed,
     as different tabs will be developed in a
     future patch
* nodes now have tabbed navigation

Change-Id: I7db58725dacb3d535be60be2cb31578a636d962d
This commit is contained in:
Tzu-Mainn Chen
2014-01-14 16:19:16 -05:00
parent ae4821b26b
commit 61f6b4e620
59 changed files with 287 additions and 927 deletions

View File

@@ -1,12 +0,0 @@
{% extends 'infrastructure/base.html' %}
{% load i18n %}
{% block title %}{% trans "Overview" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Overview") %}
{% endblock page_header %}
{% block infrastructure_main %}
{% endblock %}