mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 09:28:38 -06:00
Fixes #442: Correct child device import instructions
This commit is contained in:
parent
b131fbd774
commit
5116db3344
@ -36,6 +36,11 @@
|
|||||||
<td>Functional role of device</td>
|
<td>Functional role of device</td>
|
||||||
<td>Blade Server</td>
|
<td>Blade Server</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Tenant</td>
|
||||||
|
<td>Name of tenant (optional)</td>
|
||||||
|
<td>Pied Piper</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Device manufacturer</td>
|
<td>Device manufacturer</td>
|
||||||
<td>Hardware manufacturer</td>
|
<td>Hardware manufacturer</td>
|
||||||
@ -69,7 +74,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4>Example</h4>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user