templates list: update displayed timestamps in vitrage dashboard according to horizon timezone
Change-Id: I69cec8aacd7a8d70b4a39280f534a8c3015bacbd
This commit is contained in:
parent
fd66448175
commit
5c818583f4
@ -12,5 +12,8 @@
|
|||||||
<ng-include src="'{{STATIC_URL}}dashboard/project/templateList/templateList.html'"></ng-include>
|
<ng-include src="'{{STATIC_URL}}dashboard/project/templateList/templateList.html'"></ng-include>
|
||||||
</div>
|
</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 %}
|
{% endblock %}
|
||||||
|
|
||||||
|
@ -12,5 +12,8 @@
|
|||||||
<ng-include src="'{{STATIC_URL}}dashboard/project/templateList/templateList.html'"></ng-include>
|
<ng-include src="'{{STATIC_URL}}dashboard/project/templateList/templateList.html'"></ng-include>
|
||||||
</div>
|
</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 %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user