소스 검색

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) {