horizon/openstack_dashboard/dashboards/project/instances/templates/instances/_attach_volume.html
Ankur Gupta f75db42662 Implement Manage Attachments in Instances
Allow users in Project view/tables the option to attach
existing volumes to an instance.
This allows user to be able to attach existing volumes without
having to switch tabs or views from instance to volume.
Allowing for greater ease of access.

Co-Authored-By: Eric Peterson <eric.peterson1@twcable.com>

Closes Bug: #1518459
Partially Implements Blueprint: manage-volume-instance-views

Change-Id: I9daf508b181aaaf2ac003639f8ab9729442e201b
2016-06-28 09:41:41 -05:00

8 lines
209 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Attach Volume to Running Instance." %}</p>
{% endblock %}