Kaynağa Gözat

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

reghao 1 yıl önce
ebeveyn
işleme
71521ff728

+ 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>