소스 검색

修复 app/config/detail.html 中的错误字段

reghao 1 년 전
부모
커밋
71521ff728
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/main/resources/templates/devops/app/config/detail.html

+ 1 - 1
web/src/main/resources/templates/devops/app/config/detail.html

@@ -57,7 +57,7 @@
                 <th>编译器名字</th>
                 <td th:text="${app.compilerConfig.name}"></td>
                 <th>编译命令</th>
-                <td th:text="${app.compilerConfig.compileScript}"></td>
+                <td th:text="${app.compilerConfig.compileCmd}"></td>
             </tr>
             <tr>
                 <th>打包类型</th>