Browse Source

Fixes #442: Correct child device import instructions

Jeremy Stretch 8 years ago
parent
commit
5116db3344
1 changed files with 6 additions and 1 deletions
  1. 6 1
      netbox/templates/dcim/device_import_child.html

+ 6 - 1
netbox/templates/dcim/device_import_child.html

@@ -37,6 +37,11 @@
 					<td>Blade Server</td>
 					<td>Blade Server</td>
 				</tr>
 				</tr>
 				<tr>
 				<tr>
+					<td>Tenant</td>
+					<td>Name of tenant (optional)</td>
+					<td>Pied Piper</td>
+				</tr>
+				<tr>
 					<td>Device manufacturer</td>
 					<td>Device manufacturer</td>
 					<td>Hardware manufacturer</td>
 					<td>Hardware manufacturer</td>
 					<td>Dell</td>
 					<td>Dell</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 %}