Browse Source

Fixes #515: Clarify when 'face' field is required

Jeremy Stretch 8 years ago
parent
commit
e0b17b1496
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netbox/templates/dcim/device_import.html

+ 1 - 1
netbox/templates/dcim/device_import.html

@@ -83,7 +83,7 @@
 				</tr>
 				<tr>
 					<td>Face</td>
-					<td>Rack face; front or rear (optional)</td>
+					<td>Rack face; front or rear (required if position is set)</td>
 					<td>Rear</td>
 				</tr>
 			</tbody>