Skip to content

Commit

Permalink
Fixes netbox-community#442: Correct child device import instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Aug 8, 2016
1 parent 7166577 commit d70aefa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion netbox/templates/dcim/device_import_child.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ <h4>CSV Format</h4>
<td>Functional role of device</td>
<td>Blade Server</td>
</tr>
<tr>
<td>Tenant</td>
<td>Name of tenant (optional)</td>
<td>Pied Piper</td>
</tr>
<tr>
<td>Device manufacturer</td>
<td>Hardware manufacturer</td>
Expand Down Expand Up @@ -69,7 +74,7 @@ <h4>CSV Format</h4>
</tbody>
</table>
<h4>Example</h4>
<pre>Blade12,Blade Server,Dell,BS2000T,Linux,CAB00577291,Server101,Slot4</pre>
<pre>Blade12,Blade Server,Pied Piper,Dell,BS2000T,Linux,CAB00577291,Server101,Slot4</pre>
</div>
</div>
{% endblock %}

0 comments on commit d70aefa

Please sign in to comment.