From c9bbb73ddccd9f41b947089aaa0d23b43f8bdb2c Mon Sep 17 00:00:00 2001 From: Travis Tripp Date: Thu, 9 Jul 2015 12:35:12 -0600 Subject: [PATCH] Remove ngimages index.html domain header Per Lin's comment on https://review.openstack.org/#/c/200324/ Removing the domain header. Current images page doesn't include page header block, so removing that block entirely. Change-Id: I2d854f4918dfeac72432719910e5d06a20f5d96b Partially-Implements: blueprint angularize-images-table --- .../dashboards/project/ngimages/templates/ngimages/index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openstack_dashboard/dashboards/project/ngimages/templates/ngimages/index.html b/openstack_dashboard/dashboards/project/ngimages/templates/ngimages/index.html index 263296534b..029236d48f 100644 --- a/openstack_dashboard/dashboards/project/ngimages/templates/ngimages/index.html +++ b/openstack_dashboard/dashboards/project/ngimages/templates/ngimages/index.html @@ -2,9 +2,5 @@ {% load i18n %} {% block title %}{% trans "Images" %}{% endblock %} -{% block page_header %} - {% include "horizon/common/_domain_page_header.html" with title=_("Images") %} -{% endblock page_header %} - {% block main %} {% endblock %}