rename js related classes
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m6s

This commit is contained in:
Corban-Lee Jones 2024-11-03 22:42:10 +00:00
parent acbfd5f15e
commit aec15990a9
3 changed files with 14 additions and 9 deletions

View File

@ -29,12 +29,12 @@
</div>
</div>
<div class="d-inline-block">
<button type="button" class="table-refresh-btn btn btn-outline-secondary rounded-1 disable-while-loading">
<button type="button" class="js-tableRefreshBtn btn btn-outline-secondary rounded-1 disable-while-loading">
<i class="bi bi-arrow-clockwise"></i>
</button>
</div>
<div class="d-inline-block">
<button type="button" class="table-del-btn btn btn-danger rounded-1" disabled>
<button type="button" class="js-tableDeleteBtn btn btn-danger rounded-1" disabled>
<i class="bi bi-trash3"></i>
</button>
</div>

View File

@ -7,9 +7,9 @@
<input type="search" id="searchForFilter" class="table-search-input" placeholder="search">
</div>
</div>
<div class="col-md-6 col-lg-7 col-xl-8 col-xxl-9 text-md-end table-search-buttons">
<div class="col-md-6 col-lg-7 col-xl-8 col-xxl-9 text-md-end table-button-controls">
<div class="d-inline-block">
<button type="button" class="table-new-btn btn btn-primary rounded-1">
<button type="button" class="js-tableAddBtn btn btn-primary rounded-1">
<i class="bi bi-plus-lg"></i>
</button>
</div>
@ -34,12 +34,17 @@
</div>
</div>
<div class="d-inline-block">
<button type="button" class="table-refresh-btn btn btn-outline-secondary rounded-1 disable-while-loading">
<button type="button" class="js-tableRefreshBtn btn btn-outline-secondary rounded-1 disable-while-loading">
<i class="bi bi-arrow-clockwise"></i>
</button>
</div>
<div class="d-inline-block">
<button type="button" class="table-del-btn btn btn-danger rounded-1" disabled>
<button type="button" class="js-tableShareBtn btn btn-secondary rounded-1" disabled>
<i class="bi bi-share-fill"></i>
</button>
</div>
<div class="d-inline-block">
<button type="button" class="js-tableDeleteBtn btn btn-danger rounded-1" disabled>
<i class="bi bi-trash3"></i>
</button>
</div>

View File

@ -9,7 +9,7 @@
</div>
<div class="col-md-6 col-lg-7 col-xl-8 col-xxl-9 text-md-end table-button-controls">
<div class="d-inline-block">
<button type="button" class="table-new-btn btn btn-primary rounded-1">
<button type="button" class="js-tableAddBtn btn btn-primary rounded-1">
<i class="bi bi-plus-lg"></i>
</button>
</div>
@ -34,12 +34,12 @@
</div>
</div>
<div class="d-inline-block">
<button type="button" class="table-refresh-btn btn btn-outline-secondary rounded-1">
<button type="button" class="js-tableRefreshBtn btn btn-outline-secondary rounded-1">
<i class="bi bi-arrow-clockwise"></i>
</button>
</div>
<div class="d-inline-block">
<button type="button" class="table-del-btn btn btn-danger rounded-1" disabled>
<button type="button" class="js-tableDeleteBtn btn btn-danger rounded-1" disabled>
<i class="bi bi-trash3"></i>
</button>
</div>