yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #68415
[Bug 1173027] Re: LBaaS templates are doubling the code
LBaaS v1 panel was dropped several releases ago.
** Changed in: horizon
Assignee: Tatiana Ovchinnikova (tmazur) => (unassigned)
** Changed in: horizon
Status: Triaged => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1173027
Title:
LBaaS templates are doubling the code
Status in OpenStack Dashboard (Horizon):
Won't Fix
Bug description:
The LBaas templates 'addvip.html', 'addpool.html', 'addmember.html'
and 'addmonitor.html' are nearly just doubling the code. It would be
nice to refactor them all. We can change the code like this:
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans workflow.name %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=workflow.name %}
{% endblock page_header %}
{% block main %}
{% include 'horizon/common/_workflow.html' %}
{% endblock %}
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1173027/+subscriptions