Fixes #476: Corrected rack import instructions

This commit is contained in:
Jeremy Stretch 2016-08-18 15:23:28 -04:00
parent 77d721360f
commit 63ac4e2c42

View File

@ -53,6 +53,11 @@
<td>Name of tenant (optional)</td> <td>Name of tenant (optional)</td>
<td>Pied Piper</td> <td>Pied Piper</td>
</tr> </tr>
<tr>
<td>Role</td>
<td>Functional role (optional)</td>
<td>Compute</td>
</tr>
<tr> <tr>
<td>Type</td> <td>Type</td>
<td>Rack type (optional)</td> <td>Rack type (optional)</td>
@ -71,7 +76,7 @@
</tbody> </tbody>
</table> </table>
<h4>Example</h4> <h4>Example</h4>
<pre>DC-4,Cage 1400,R101,J12.100,Pied Piper,4-post cabinet,19,42</pre> <pre>DC-4,Cage 1400,R101,J12.100,Pied Piper,Compute,4-post cabinet,19,42</pre>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}