Adding page titles to all pages.
Fixing Bug 897068 Change-Id: Ia70eb999740b3212aa760318e839f2ff94dc8c7d
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Create Flavors{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% include "horizon/common/_page_header.html" with title=_("Create Flavor") %}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Flavors{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% url horizon:syspanel:flavors:index as refresh_link %}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Images{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% url horizon:syspanel:images:index as refresh_link %}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Update Image{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% include "horizon/common/_page_header.html" with title=_("Update Image") %}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Instance Detail{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{# to make searchable false, just remove it from the include statement #}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Instances{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% url horizon:syspanel:instances:index as refresh_link %}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n parse_date sizeformat %}
|
||||
{% block title %}Tenant Usage Overview{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{# to make searchable false, just remove it from the include statement #}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n sizeformat %}
|
||||
{% block title %}Usage Overview{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{# to make searchable false, just remove it from the include statement #}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Quotas{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% url horizon:syspanel:quotas:index as refresh_link %}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Services{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% url horizon:syspanel:services:index as refresh_link %}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Create Tenant{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% include "horizon/common/_page_header.html" with title=_("Create Tenant") %}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Tenants{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% url horizon:syspanel:tenants:index as refresh_link %}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Modify Tenant Quotas{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% include "horizon/common/_page_header.html" with title=_("Update Tenant") %}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Update Tenant{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% include "horizon/common/_page_header.html" with title=_("Update Tenant") %}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Tenant Users{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
<div class='page-header'>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Create User{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{# to make searchable false, just remove it from the include statement #}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Users{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{% url horizon:syspanel:users:index as refresh_link %}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{% extends 'syspanel/base.html' %}
|
||||
{% load i18n %}
|
||||
{% block title %}Update User{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
{# to make searchable false, just remove it from the include statement #}
|
||||
|
||||
Reference in New Issue
Block a user