Missing step in the building a dashboard tutorial
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Confirmed
|
Low
|
Vishal Manchanda |
Bug Description
http://
On the tutorial page
-------
Open the index.html file in the mydashboard/
{% extends 'mydashboard/
{% load i18n %}
{% block title %}{% trans "Mypanel" %}{% endblock %}
{% block page_header %}
{% include "horizon/
{% endblock page_header %}
{% block mydashboard_main %}
{% endblock %}
-------
Acutally, the generated index.html starts with:
{% extends 'base.html' %}
If you don't change this, the mydashboard_main block is never included, and the new instance table added in the tutorial is never shown, causing confusion for learners. If you *cut and paste* the tutorial index.html, it will work, but if you follow the steps, the new panel will not work.
I think the tutorial is missing a step to edit the "extends" portion of the template.
Changed in horizon: | |
assignee: | nobody → Tyr Johanson (tyr-6) |
Changed in horizon: | |
assignee: | Tyr Johanson (tyr-6) → nobody |
status: | In Progress → New |
Changed in horizon: | |
importance: | Medium → Undecided |
tags: | added: documentation |
Changed in horizon: | |
importance: | Undecided → Low |
status: | New → Confirmed |
Changed in horizon: | |
assignee: | nobody → Vishal Manchanda (vishalmanchanda) |
Fix proposed to branch: master /review. openstack. org/141496
Review: https:/