← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1653986] [NEW] Many views are using identical table templates

 

Public bug reported:

Many of our table views are using:

{% extends 'base.html' %}
{% block title %}{{ page_title }}{% endblock %}
{% block main %}{{ table.render }}{% endblock %}

as a template. We should make a common template and remove these.

** Affects: horizon
     Importance: Wishlist
     Assignee: Rob Cresswell (robcresswell)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => Rob Cresswell (robcresswell)

** Changed in: horizon
    Milestone: None => ocata-3

** Changed in: horizon
   Importance: Undecided => Wishlist

-- 
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/1653986

Title:
  Many views are using identical table templates

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Many of our table views are using:

  {% extends 'base.html' %}
  {% block title %}{{ page_title }}{% endblock %}
  {% block main %}{{ table.render }}{% endblock %}

  as a template. We should make a common template and remove these.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1653986/+subscriptions


Follow ups