rabin 8 년 전
부모
커밋
ad6bb4b50b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      admin/page/device.py

+ 2 - 1
admin/page/device.py

@@ -50,7 +50,8 @@ class gateway_update_path(Load):
 	def get(self):
 		id = self.input('id')
 		if id:
-			hardware_id = 'hardware_id-show-required'
+			#hardware_id = 'hardware_id-show-required'
+			hardware_id = 'hardware_id-input-required'
 		else:
 			hardware_id = 'hardware_id-input-required'
 		self.common(