typing error in horizon, network-topology

Bug #1265008 reported by JiHyun Song
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Low
Janet Yu

Bug Description

I think that there is some typing error

"detailInfoTable" <-> "detaiInfoTable"

the "l" looks missing.

openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_device.html
4 : {% block id %}balloon_device{% endblock %}
5
6 : {% block template %}
7 : {% jstemplate %}
8 : <table class="detaiInfoTable">
9 : <caption>[[name]]</caption>

openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_port.html
4 : {% block id %}balloon_port{% endblock %}
5
6 : {% block template %}
7 : {% jstemplate %}
8 : <table class="detaiInfoTable">
9 : <caption>Interfaces</caption>

openstack_dashboard/static/dashboard/less/horizon.less
2156 : content:"Terminating ";
2157 : }
2158 : }
2159 : }
2160 : }
2161 : table.detaiInfoTable {
2162 : margin-bottom: 5px;
2163 : caption {
2164 : text-align: left;

Janet Yu (jwy)
Changed in horizon:
assignee: nobody → Janet Yu (jwy)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (master)

Fix proposed to branch: master
Review: https://review.openstack.org/64745

Changed in horizon:
status: New → In Progress
Changed in horizon:
importance: Undecided → Low
Matthias Runge (mrunge)
Changed in horizon:
milestone: none → icehouse-2
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/64745
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=65b3a9b44716904284bb117d7d6adf3df7d705a7
Submitter: Jenkins
Branch: master

commit 65b3a9b44716904284bb117d7d6adf3df7d705a7
Author: Janet Yu <email address hidden>
Date: Thu Jan 2 14:55:00 2014 -0800

    Fix typo in class name

    Change "detaiInfoTable" to "detailInfoTable".

    Change-Id: Ib738ce1aab3f6d6b96ba1bf470a7168dfac7e591
    Closes-Bug: #1265008

Changed in horizon:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in horizon:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in horizon:
milestone: icehouse-2 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.