mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Use datatables for compact disc offsets.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
// ****************************************************************************/
|
||||
}
|
||||
<a asp-action="Update" class="btn btn-primary">Update from AccurateRip</a>
|
||||
<table class="table">
|
||||
<table class="table" id="tblOffsets">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
@@ -93,4 +93,13 @@
|
||||
</tr>
|
||||
}
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@section scripts{
|
||||
<script crossorigin="anonymous" integrity="sha256-L4cf7m/cgC51e7BFPxQcKZcXryzSju7VYBKJLOKPHvQ=" src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"></script>
|
||||
<script language="javascript">
|
||||
$(document).ready(function() {
|
||||
$('#tblOffsets').DataTable();
|
||||
} );
|
||||
</script>
|
||||
}
|
||||
Reference in New Issue
Block a user