Files
monasca-ui/monitoring/notifications/templates/notifications/detail.html
Rob Raymond 24c56bebaa Move from overcloud dashboard to monitoring
Change-Id: If726d3f10836de1361c7d7bdc842cad680483a71
Fixes-Bug: #1349887
2014-07-29 09:08:28 -06:00

12 lines
350 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans 'Notification Method Details' %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title="Notification Method Details" %}
{% endblock page_header %}
{% block main %}
{% include 'monitoring/notifications/_detail.html' %}
{% endblock %}