Files
karbor-dashboard/karbor_dashboard/templates/scheduledoperations/index.html
xiangxinyong cd24b909ee Add separate scheduled operations panel in Karbor dashboard
As we discussed the dashboard features in the IRC Meeting,
We need to add scheduled operations panel.

Change-Id: I0733ce16354b97b1d31906d44c6fcc13fa82110c
2016-09-22 20:26:51 +08:00

11 lines
167 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}
{% trans "Scheduled Operations" %}
{% endblock %}
{% block main %}
{{ table.render }}
{% endblock %}