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