yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #60317
[Bug 1654963] [NEW] ceilometer dashboard Stats page error
You have been subscribed to a public bug:
When I try to open the "stats" page of dashboard, I get the dialog of
"An error occurred. Please try again later." and "No data available." is
showed. At last, I find there is a mistake in /usr/share/openstack-
dashboard/openstack_dashboard/dashboards/admin/metering/templates/metering/stats.html
:
<div class="chart"
data-chart-type="line_chart"
data-url="{% url 'horizon:admin:metering:samples'%}"
data-form-selector='#linechart_general_form'
data-legend-selector="#legend"
data-smoother-selector="#smoother"
data-slider-selector="#slider">
</div>
The "data-url" should be "data-data", otherwise the d3linechart will get null value and report error.
My problem was solved by correcting it.
** Affects: horizon
Importance: Undecided
Status: New
--
ceilometer dashboard Stats page error
https://bugs.launchpad.net/bugs/1654963
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).