Merge "Update create volume help text for angular workflow"

This commit is contained in:
Jenkins 2016-09-06 08:21:17 +00:00 committed by Gerrit Code Review
commit 92e4f9d225
1 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,12 @@
<div>
<h3 translate>Description</h3>
<p translate>This page allows you to create a volume based off of the image.</p>
</div>
<dl>
<dt translate>Name</dt>
<dd translate>The name of the Volume.</dd>
<dt translate>Description</dt>
<dd translate>A description of the Volume.</dd>
<dt translate>Type</dt>
<dd translate>Select the volume type from the drop down menu. In an environment with multiple-storage back ends, the scheduler determines where to send the volume based on the volume type.</dd>
<dt translate>Size</dt>
<dd translate>The size of the volume, in gibibytes (GiB).</dd>
<dt translate>Availability Zone</dt>
<dd translate>Select the availability zone from the drop down menu.</dd>
</dl>