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