Browse Source

Fixes #1214: Add status to list of required fields on child device import form

Jeremy Stretch 8 years ago
parent
commit
77f28e3441
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

@@ -69,6 +69,11 @@
 					<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>
@@ -82,7 +87,7 @@
 			</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 %}