Explorar o código

编译配置列表页面添加编译器镜像列, 此列只对 docker 编译类型有效

reghao hai 1 ano
pai
achega
07767a9b7b

+ 2 - 0
mgr/src/main/resources/templates/devops/build/compiler/index.html

@@ -26,6 +26,7 @@
                     <th class="sortable" data-field="type">编译类型</th>
                     <th class="sortable" data-field="name">编译名字</th>
                     <th class="sortable" data-field="homePath">编译器主目录</th>
+                    <th class="sortable" data-field="compilerImage">编译器镜像</th>
                     <th class="sortable" data-field="cmd">命令</th>
                     <th class="sortable" data-field="version">版本</th>
                     <th>操作</th>
@@ -36,6 +37,7 @@
                     <td th:text="${item.type}">编译类型</td>
                     <td th:text="${item.name}">编译名字</td>
                     <td th:text="${item.homePath}">编译器主目录</td>
+                    <td th:text="${item.compilerImage}">编译器主目录</td>
                     <td>
                         <a class="open-popup" data-title="命令" th:attr="data-url=@{'/build/compiler/detail/'+${item.id}}"
                            data-size="720,480" href="#">查看</a>