horizon/openstack_dashboard/dashboards/project/instances/templates/instances/attach_interface.html
liyingjun a5946f1cce Add support for attaching interface
It would be nice to add attach interface support in horizon.

Change-Id: Ibdf97247b1503d57606fc02c4e3a0e33e787d10e
Closes-bug: #1445004
2015-05-04 10:11:54 +08:00

8 lines
196 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "Attach Interface" %}{% endblock %}
{% block main %}
{% include "project/instances/_attach_interface.html" %}
{% endblock %}