浏览代码

修复 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>