kingbird-dashboard/kingbird_dashboard/quota_management/templates/quota_management/_sync.html

19 lines
495 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block form_id %}Sync Quota{% endblock %}
{% block form_action %}{% url 'horizon:kingbird:quota_management:sync' project_id %}{% endblock %}
{% block modal-header %}{% trans "Trigger Quota Sync" %}{% endblock %}
{% block modal-body %}
<div class="left">
<fieldset>
{% include "horizon/common/_form_fields.html" %}
</fieldset>
<p align="left">Click Sync to sync Quotas Dynamically. </p>
</div>
{% endblock %}