Merge "Fix title in Compute - Overview page"

This commit is contained in:
Zuul
2025-08-08 09:43:33 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -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" %}

View File

@@ -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",