Merge "Fix title in Compute - Overview page"
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block title %}{% trans "Instance Overview" %}{% endblock %}
|
{% block title %}{% trans "Overview" %}{% endblock %}
|
||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
{% include "horizon/common/_limit_summary.html" %}
|
{% include "horizon/common/_limit_summary.html" %}
|
||||||
|
@@ -34,7 +34,7 @@ t_b_p_s = conf.theme.browse_left_panel_sec
|
|||||||
(t_b_p_m[0], t_b_p_s[0], "API Access",
|
(t_b_p_m[0], t_b_p_s[0], "API Access",
|
||||||
"API Access - OpenStack Dashboard", "API Access"),
|
"API Access - OpenStack Dashboard", "API Access"),
|
||||||
(t_b_p_m[1], t_b_p_s[1], "Overview",
|
(t_b_p_m[1], t_b_p_s[1], "Overview",
|
||||||
"Instance Overview - OpenStack Dashboard", "Overview"),
|
"Overview - OpenStack Dashboard", "Overview"),
|
||||||
(t_b_p_m[2], t_b_p_s[2], "Instances",
|
(t_b_p_m[2], t_b_p_s[2], "Instances",
|
||||||
"Instances - OpenStack Dashboard", "Instances"),
|
"Instances - OpenStack Dashboard", "Instances"),
|
||||||
(t_b_p_m[3], t_b_p_s[3], "Images",
|
(t_b_p_m[3], t_b_p_s[3], "Images",
|
||||||
|
Reference in New Issue
Block a user