broke (fixing a stupid hack) vs woke (applying a bandaid solution)

This commit is contained in:
Elijah R 2024-06-16 14:02:43 -04:00
parent 6faad4b13a
commit a33ac40820
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
export const Config = {
APIEndpoint: "http://127.0.0.1:5858"
APIEndpoint: "https://auth.collabvm.org"
};

View file

@ -91,7 +91,7 @@
<tbody id="usersTableBody"></tbody>
</table>
<div class="row">
<div class="col-3 paginationControl">
<div class="col-4 paginationControl">
<span class="input-group me-2">
<span class="input-group-text">Page</span>
<input type="number" class="form-control" id="usersPage" name="page" value="1" min="1" max="1" required/>
@ -103,7 +103,7 @@
<button type="button" class="btn btn-primary" id="usersNextPage">Next</button>
</span>
</div>
<div class="col-7"><!-- yeah this is lazy whatever --></div>
<div class="col-6"><!-- yeah this is lazy whatever --></div>
<div class="col-2">
<div class="input-group">
<input type="number" class="form-control" id="usersPerPage" name="perPage" value="10" min="1" required/>