Skip to content

Commit

Permalink
Fixes #1214: Add status to list of required fields on child device im…
Browse files Browse the repository at this point in the history
…port form
  • Loading branch information
jeremystretch committed May 24, 2017
1 parent 3fa63b7 commit 77f28e3
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 @@ -69,6 +69,11 @@ <h4>CSV Format</h4>
<td>Unique alphanumeric tag (optional)</td>
<td>ABC123456</td>
</tr>
<tr>
<td>Status</td>
<td>Current status</td>
<td>Active</td>
</tr>
<tr>
<td>Parent device</td>
<td>Parent device</td>
Expand All @@ -82,7 +87,7 @@ <h4>CSV Format</h4>
</tbody>
</table>
<h4>Example</h4>
<pre>Blade12,Blade Server,Pied Piper,Dell,BS2000T,Linux,CAB00577291,ABC123456,Server101,Slot4</pre>
<pre>Blade12,Blade Server,Pied Piper,Dell,BS2000T,Linux,CAB00577291,ABC123456,Active,Server101,Slot4</pre>
</div>
</div>
{% endblock %}

0 comments on commit 77f28e3

Please sign in to comment.