Rename Openstack to OpenStack
Change-Id: I06f9390dc411653b7189c485a3d460ad21e2beb7
This commit is contained in:
parent
c50d77572a
commit
e385984d66
@ -20,7 +20,7 @@ from tuskar_ui.infrastructure import dashboard
|
|||||||
|
|
||||||
|
|
||||||
class Overcloud(horizon.Panel):
|
class Overcloud(horizon.Panel):
|
||||||
name = _("Openstack Deployment")
|
name = _("OpenStack Deployment")
|
||||||
slug = "overcloud"
|
slug = "overcloud"
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{% extends 'infrastructure/base.html' %}
|
{% extends 'infrastructure/base.html' %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load url from future %}
|
{% load url from future %}
|
||||||
{% block title %}{% trans 'My Openstack Deployment' %}{% endblock %}
|
{% block title %}{% trans 'My OpenStack Deployment' %}{% endblock %}
|
||||||
|
|
||||||
{% block page_header %}
|
{% block page_header %}
|
||||||
{% include 'horizon/common/_domain_page_header.html' with title=_('My Openstack Deployment') %}
|
{% include 'horizon/common/_domain_page_header.html' with title=_('My OpenStack Deployment') %}
|
||||||
{% endblock page_header %}
|
{% endblock page_header %}
|
||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user