fixed comments
parent
760a667adb
commit
7596eb05f1
|
@ -19,7 +19,7 @@
|
|||
<div th:replace="_fragments :: table-loading-skeleton"></div>
|
||||
<form th:action="@{/cutting/generate-barcodes}" method="post">
|
||||
<input hidden="hidden" name="artifactType" value="Bundle">
|
||||
<table class="table table-striped" data-table data-order="[[ 0, "dsc" ]]">
|
||||
<table class="table table-striped" data-table data-order="[[ 0, "desc" ]]">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<h3>Packaging Inventory Accounts</h3>
|
||||
</div>
|
||||
<div th:replace="_fragments :: table-loading-skeleton"></div>
|
||||
<table class="table table-striped" data-account-table data-order="[[ 0, "dsc" ]]">
|
||||
<table class="table table-striped" data-account-table data-order="[[ 0, "desc" ]]">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
|
Loading…
Reference in New Issue