cue-dashboard/cuedashboard/templates/queues/launch.html

7 lines
182 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Create Cluster" %}{% endblock %}
{% block main %}
{% include 'horizon/common/_workflow.html' %}
{% endblock %}