Files
karbor-dashboard/karbor_dashboard/templates/restores/index.html
xiangxinyong 98b24b438f Add separate restores panel in Karbor dashboard
As we discussed the dashboard features in the IRC Meeting,
We will separate restores into a single panel.

Change-Id: Iee7f926e7be37bade0b6cf0f1a00c8b55510401e
2016-09-22 04:40:03 +00:00

11 lines
155 B
HTML

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