소스 검색

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

Jeremy Stretch 9 년 전
부모
커밋
e0b17b1496
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>