Fix title in Compute - Overview page
At this moment in title used phrase Instance Overview, in header just Overview, page used for all details, not for one instance Change-Id: I5e1267bf01aa86fcb005f44f9de7ac7524328177
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}{% trans "Instance Overview" %}{% endblock %}
|
||||
{% block title %}{% trans "Overview" %}{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
{% 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",
|
||||
"API Access - OpenStack Dashboard", "API Access"),
|
||||
(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",
|
||||
"Instances - OpenStack Dashboard", "Instances"),
|
||||
(t_b_p_m[3], t_b_p_s[3], "Images",
|
||||
|
Reference in New Issue
Block a user