horizon/openstack_dashboard/dashboards/project/instances/templates/instances/_detach_interface.html
liyingjun 74645e1289 Detach interface support
Add interface detach support in the instance action list.
Note: the policy for detach interface not exists in nova.json,
once it's added, it should be added to the DetachInterface
table.

Closes-bug: #1445004
Change-Id: I4f37da6659c79808a5cdc061c8bc10f11a12118f
2015-05-04 10:14:35 +08:00

7 lines
196 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Select the port to detach." %}</p>
{% endblock %}