#5 -- fix npe
This commit is contained in:
parent
d071f14399
commit
2f9ed013dd
BIN
src/main/resources/public/img/logo.png
Normal file
BIN
src/main/resources/public/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@ -122,10 +122,13 @@
|
|||||||
$('#select-ts').val([[*{timeSeriesMeta.key}]]);
|
$('#select-ts').val([[*{timeSeriesMeta.key}]]);
|
||||||
$('#select-ts').selectpicker('refresh');
|
$('#select-ts').selectpicker('refresh');
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
<div th:if="${forecastDescription != null && forecastDescription.timeSeriesMethod != null}">
|
||||||
<p> Метод прогнозирования: <span th:text="${forecastDescription.timeSeriesMethod}"> </span>
|
<p> Метод прогнозирования: <span th:text="${forecastDescription.timeSeriesMethod}"> </span>
|
||||||
<p> Оценка: <span th:text="${forecastDescription.score.value}"> </span>
|
<p> Оценка: <span th:text="${forecastDescription.score.value}"> </span>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="col-9">
|
<div class="col-9">
|
||||||
<div id="chart" style="width: 550px; height: 400px; margin: 0 auto"></div>
|
<div id="chart" style="width: 550px; height: 400px; margin: 0 auto"></div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user