sahara-dashboard/saharadashboard/templates/nodegroup_templates/configure.html

12 lines
369 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Create Node Group Template" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Sahara - Create Node Group Template") %}
{% endblock page_header %}
{% block main %}
{% include 'horizon/common/_workflow.html' %}
{% endblock %}<!DOCTYPE html>