Skip to content

Commit

Permalink
ui-gui: added base uri to the product archive visible fields
Browse files Browse the repository at this point in the history
  • Loading branch information
DenChaykovskiy committed Apr 3, 2024
1 parent 4725904 commit c28939a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/gui/src/main/resources/templates/productarchive-show.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ <h5>
<input type="text" class="form-control" name="archiveType"
id="archiveType">
</div>
<div class="col-1 pl-lg-0">
<input type="text" class="form-control" name="baseUri"
id="baseUri">
</div>

</div>
<div class="row py-lg-1">
Expand All @@ -134,6 +138,8 @@ <h5>
<th><span th:text="#{id}">id</span></th>
<th><span th:text="#{name}">name</span></th>
<th><span th:text="#{archiveType}">archiveType</span></th>
<th><span th:text="#{baseUri}">baseUri</span></th>

</tr>
</thead>

Expand All @@ -160,6 +166,8 @@ <h5>
th:text="${productarchive.id}"></td>
<td class="first-row" th:text="${productarchive.name}"></td>
<td class="first-row" th:text="${productarchive.archiveType}"></td>
<td class="first-row" th:text="${productarchive.baseUri}"></td>

</tr>
</tbody>

Expand Down

0 comments on commit c28939a

Please sign in to comment.