broke (fixing a stupid hack) vs woke (applying a bandaid solution)
This commit is contained in:
parent
6faad4b13a
commit
a33ac40820
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
export const Config = {
|
export const Config = {
|
||||||
APIEndpoint: "http://127.0.0.1:5858"
|
APIEndpoint: "https://auth.collabvm.org"
|
||||||
};
|
};
|
|
@ -91,7 +91,7 @@
|
||||||
<tbody id="usersTableBody"></tbody>
|
<tbody id="usersTableBody"></tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-3 paginationControl">
|
<div class="col-4 paginationControl">
|
||||||
<span class="input-group me-2">
|
<span class="input-group me-2">
|
||||||
<span class="input-group-text">Page</span>
|
<span class="input-group-text">Page</span>
|
||||||
<input type="number" class="form-control" id="usersPage" name="page" value="1" min="1" max="1" required/>
|
<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>
|
<button type="button" class="btn btn-primary" id="usersNextPage">Next</button>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</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="col-2">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="number" class="form-control" id="usersPerPage" name="perPage" value="10" min="1" required/>
|
<input type="number" class="form-control" id="usersPerPage" name="perPage" value="10" min="1" required/>
|
||||||
|
|
Loading…
Reference in a new issue