kingbird-dashboard/kingbird_dashboard/quota_management/templates/quota_management/update.html
Goutham Pratapa f44da40ea5 Add QuotaManagement Panel to Horizon.
Kingbird-dashboard is a horizon plugin and therefore this commit is to
add kingbird as a panel to the existing panels. The features in this commit
helps admin to update, delete and `sync quota` for tenants.

Change-Id: I44de3b61e336e0ecfbfb74b90e791ed4d9a25650
2018-02-01 17:48:01 +05:30

12 lines
339 B
HTML

{% extends 'kingbird/default/base.html' %}
{% load i18n %}
{% block title %}{% trans "Update Quota" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Update Quota") %}
{% endblock page_header %}
{% block main %}
{% include 'kingbird/quota_management/_update.html' %}
{% endblock %}