Replaced momentFilter with toMoment function

This commit is contained in:
Jesús Ángel 2019-07-12 12:26:39 +02:00
parent 9f7aa8cc2a
commit 840153eca3

View File

@ -71,7 +71,7 @@
<header class="dscTimechart__header">
<div class="small">
<span tooltip="{{::'kbn.discover.howToChangeTheTimeTooltip' | i18n: {defaultMessage: 'To change the time, click the clock icon in the navigation bar'} }}">
{{timeRange.from | moment}} - {{timeRange.to | moment}}
{{toMoment(timeRange.from)}} - {{toMoment(timeRange.to)}}
</span>
&mdash;