Files
murano-docs/dashboard/windc/templates/windc/update.html
Timur Nurlygayanov 1571d0775a Added new files.
2013-02-16 03:39:17 -08:00

12 lines
320 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Update Instance" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Update Instance") %}
{% endblock page_header %}
{% block main %}
{% include 'project/instances/_update.html' %}
{% endblock %}