Renaming titles
Change-Id: Ied56cd9728388b871a5bb9ce84eb3a9a068a07cd
This commit is contained in:
parent
74a15ff986
commit
3d4c1bc561
@ -1,6 +1,6 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}{% trans "Topology" %}{% endblock %}
|
||||
{% block title %}{% trans "Alarms Analysis" %}{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% include "horizon/common/_page_header.html" with title=_("Alarms Analysis") %}
|
||||
|
@ -18,5 +18,5 @@ import horizon
|
||||
|
||||
|
||||
class EntitiesVitrage(horizon.Panel):
|
||||
name = _("Entities")
|
||||
name = _("Entity graph")
|
||||
slug = "vitrageentities"
|
||||
|
@ -1,9 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}{% trans "Entities Graph" %}{% endblock %}
|
||||
{% block title %}{% trans "Entity graph" %}{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% include "horizon/common/_page_header.html" with title=_("Entities Graph") %}
|
||||
{% include "horizon/common/_page_header.html" with title=_("Entity graph") %}
|
||||
{% endblock page_header %}
|
||||
|
||||
{% block main %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user