瀏覽代碼

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

reghao 1 年之前
父節點
當前提交
07767a9b7b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      mgr/src/main/resources/templates/devops/build/compiler/index.html

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