10a31bdb7a
* Added cron trigger create modal Screenshots: http://pasteboard.co/1q5HRneL.png Partially implements blueprint: mistral-dashboard-cron-trigger-screen Change-Id: I80449534b5e1ce35b9f60b1d3160550933297345
8 lines
148 B
HTML
8 lines
148 B
HTML
{% extends 'base.html' %}
|
|
{% load i18n %}
|
|
{% load static %}
|
|
|
|
{% block main %}
|
|
{% include 'mistral/cron_triggers/_create.html' %}
|
|
{% endblock %}
|