{% extends 'base.html' %} {% load i18n %} {% block title %}Import Cluster{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Import Cluster") %} {% endblock page_header %} {% block main %} {% csrf_token %}
Auto Detect

{% trans "Description" %}:

{% trans "From here you can import a cluster." %}

Cancel
{% endblock %} {% block js %} {{ block.super }} {% endblock %}