Removed subheading from Overview pages.
* fixes bug 944490 Change-Id: I1601413125263bd1c1b2863cdcdcf07e8361b4c8
This commit is contained in:
parent
2fd7e911e4
commit
309a72488b
@ -3,7 +3,7 @@
|
||||
{% block title %}Instance Overview{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% include "horizon/common/_page_header.html" with title="Overview: "|add:"<small>This page shows your cloud usage.</small>" %}
|
||||
{% include "horizon/common/_page_header.html" with title=_("Overview") %}
|
||||
{% endblock page_header %}
|
||||
|
||||
{% block dash_main %}
|
||||
|
@ -3,7 +3,7 @@
|
||||
{% block title %}{% trans "Usage Overview" %}{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% include "horizon/common/_page_header.html" with title="Overview: "|add:"<small>This page shows overall cloud usage.</small>" %}
|
||||
{% include "horizon/common/_page_header.html" with title=_("Overview") %}
|
||||
{% endblock page_header %}
|
||||
|
||||
{% block main %}
|
||||
|
Loading…
Reference in New Issue
Block a user