소스 검색

Fix: run command no more required

febbweiss 10 년 전
부모
커밋
435201b669
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/projects.view.html

+ 1 - 1
client/projects.view.html

@@ -71,7 +71,7 @@
           <i class="fa fa-fw fa-play-circle-o fa-2x" title="Run"></i>
         </label>
       <div class="col-sm-10">
-        <input type="text" class="form-control" placeholder="Run commands" value="{{project.run}}" name="run" required />
+        <input type="text" class="form-control" placeholder="Run commands" value="{{project.run}}" name="run" />
       </div>
     </div>
     <div class="form-group">