As we discussed the dashboard features in the IRC Meeting, We need to add scheduled operations panel. Change-Id: I0733ce16354b97b1d31906d44c6fcc13fa82110c
11 lines
167 B
HTML
11 lines
167 B
HTML
{% extends 'base.html' %}
|
|
{% load i18n %}
|
|
|
|
{% block title %}
|
|
{% trans "Scheduled Operations" %}
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
{{ table.render }}
|
|
{% endblock %}
|