فهرست منبع

HUE-8408 [report] Fix add message for missing configuration.

jdesjean 7 سال پیش
والد
کامیت
b0c1b040f5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      desktop/core/src/desktop/static/desktop/js/ko.charts.js

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/ko.charts.js

@@ -803,7 +803,7 @@
     if ($(element).is(":visible")) {
       nv.addGraph(function () {
         var _chart = nv.models.lineWithBrushChart();
-        _chart.noData(_data.message || window.HUE_I18n.chart.noData);
+        _chart.noData(_datum.message || window.HUE_I18n.chart.noData);
         $(element).data("chart", _chart);
         _chart.transitionDuration(0);
         _chart.convert = function (d) {