1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #442: Correct child device import instructions

This commit is contained in:
Jeremy Stretch
2016-08-08 12:28:38 -04:00
parent b131fbd774
commit 5116db3344

View File

@@ -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 %}