yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #08843
[Bug 1265008] Re: typing error in horizon, network-topology
** Changed in: horizon
Status: Fix Committed => Fix Released
--
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/1265008
Title:
typing error in horizon, network-topology
Status in OpenStack Dashboard (Horizon):
Fix Released
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;
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1265008/+subscriptions
References