mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Replaced momentFilter with toMoment function
This commit is contained in:
parent
9f7aa8cc2a
commit
840153eca3
@ -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>
|
||||
|
||||
—
|
||||
|
Loading…
Reference in New Issue
Block a user