Skip to content

Commit

Permalink
Closes-Bug:#1574529
Browse files Browse the repository at this point in the history
Fixed the include path.

Change-Id: Ie12f9fb4b271208188b5cf87f70f58f75eb07927
(cherry picked from commit 53a74ec)
  • Loading branch information
vishnuvv committed May 26, 2016
1 parent 7f7c89b commit e5b4cf8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Expand Up @@ -7,5 +7,5 @@
{% endblock page_header %}

{% block main %}
{% include 'project/loadbalancers/_updatemember.html' %}
{% endblock %}
{% include 'project/lbaas/_updatemember.html' %}
{% endblock %}
Expand Up @@ -7,5 +7,5 @@
{% endblock page_header %}

{% block main %}
{% include 'project/loadbalancers/_updatemonitor.html' %}
{% endblock %}
{% include 'project/lbaas/_updatemonitor.html' %}
{% endblock %}
Expand Up @@ -7,5 +7,5 @@
{% endblock page_header %}

{% block main %}
{% include 'project/loadbalancers/_updatepool.html' %}
{% include 'project/lbaas/_updatepool.html' %}
{% endblock %}
Expand Up @@ -7,5 +7,5 @@
{% endblock page_header %}

{% block main %}
{% include 'project/loadbalancers/_updatevip.html' %}
{% endblock %}
{% include 'project/lbaas/_updatevip.html' %}
{% endblock %}

0 comments on commit e5b4cf8

Please sign in to comment.