Skip to content

Commit

Permalink
Merge pull request #13847 from spencerrlongg/bug/sc-23914
Browse files Browse the repository at this point in the history
Removed Refresh Button on Client Tables
  • Loading branch information
snipe authored Nov 8, 2023
2 parents 1171141 + 93101d3 commit 3fb9136
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion resources/views/account/accept/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
data-side-pagination="client"
data-show-columns="true"
data-show-export="true"
data-show-refresh="true"
data-show-refresh="false"
data-sort-order="asc"
id="pendingAcceptances"
class="table table-striped snipe-table"
Expand Down
8 changes: 4 additions & 4 deletions resources/views/account/view-assets.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
data-show-columns="true"
data-show-export="true"
data-show-footer="true"
data-show-refresh="true"
data-show-refresh="false"
data-sort-order="asc"
id="userAssets"
class="table table-striped snipe-table"
Expand Down Expand Up @@ -478,7 +478,7 @@ class="table table-striped snipe-table"
data-side-pagination="client"
data-show-columns="true"
data-show-export="true"
data-show-refresh="true"
data-show-refresh="false"
data-sort-order="asc"
id="userLicenses"
class="table table-striped snipe-table"
Expand Down Expand Up @@ -525,7 +525,7 @@ class="table table-striped snipe-table"
data-show-fullscreen="true"
data-show-export="true"
data-show-footer="true"
data-show-refresh="true"
data-show-refresh="false"
data-sort-order="asc"
data-sort-name="name"
class="table table-striped snipe-table table-hover"
Expand Down Expand Up @@ -576,7 +576,7 @@ class="table table-striped snipe-table table-hover"
data-show-fullscreen="true"
data-show-export="true"
data-show-footer="true"
data-show-refresh="true"
data-show-refresh="false"
data-sort-order="asc"
data-sort-name="name"
class="table table-striped snipe-table table-hover"
Expand Down

0 comments on commit 3fb9136

Please sign in to comment.