#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,9 +122,12 @@
|
||||
$('#select-ts').val([[*{timeSeriesMeta.key}]]);
|
||||
$('#select-ts').selectpicker('refresh');
|
||||
|
||||
|
||||
</script>
|
||||
<p> Метод прогнозирования: <span th:text="${forecastDescription.timeSeriesMethod}"> </span>
|
||||
<p> Оценка: <span th:text="${forecastDescription.score.value}"> </span>
|
||||
<div th:if="${forecastDescription != null && forecastDescription.timeSeriesMethod != null}">
|
||||
<p> Метод прогнозирования: <span th:text="${forecastDescription.timeSeriesMethod}"> </span>
|
||||
<p> Оценка: <span th:text="${forecastDescription.score.value}"> </span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<div id="chart" style="width: 550px; height: 400px; margin: 0 auto"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user