inception/inception/webui/templates/inception/_launch_details_help.html

8 lines
351 B
HTML

{% extends 'project/inception/_flavors_and_quotas.html' %}
{% load i18n %}
{% block help_message %}
<p>{% blocktrans %}Specify the details for launching an Inception instance.{% endblocktrans %}</p>
<p>{% blocktrans %}The chart below shows the resources used by this project in relation to the project's quotas.{% endblocktrans %}</p>
{% endblock %}