templates list: update displayed timestamps in vitrage dashboard according to horizon timezone

Change-Id: I69cec8aacd7a8d70b4a39280f534a8c3015bacbd
This commit is contained in:
Muhamad Najjar 2018-10-31 13:45:56 +00:00
parent fd66448175
commit 5c818583f4
2 changed files with 6 additions and 0 deletions

View File

@ -12,5 +12,8 @@
<ng-include src="'{{STATIC_URL}}dashboard/project/templateList/templateList.html'"></ng-include>
</div>
<script src="{{STATIC_URL}}vendor/moment/moment.js"></script>
<script src="{{STATIC_URL}}vendor/moment_timezone_with_data/moment-timezone-with-data-2012-2022.js"></script>
{% endblock %}

View File

@ -12,5 +12,8 @@
<ng-include src="'{{STATIC_URL}}dashboard/project/templateList/templateList.html'"></ng-include>
</div>
<script src="{{STATIC_URL}}vendor/moment/moment.js"></script>
<script src="{{STATIC_URL}}vendor/moment_timezone_with_data/moment-timezone-with-data-2012-2022.js"></script>
{% endblock %}