vitrage-dashboard/vitrage_dashboard/admin_templates/templates/admintemplates/index.html
Muhamad Najjar 5c818583f4 templates list: update displayed timestamps in vitrage dashboard according to horizon timezone
Change-Id: I69cec8aacd7a8d70b4a39280f534a8c3015bacbd
2018-10-31 13:45:56 +00:00

20 lines
614 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Templates List" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Templates List") %}
{% endblock page_header %}
{% block main %}
<div ng-cloak ng-init='init({{ TOPOLOGY_VITRAGE_SETTINGS }})'>
<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 %}