Skip to content

Commit

Permalink
Merge pull request #148 from gavsto/dev
Browse files Browse the repository at this point in the history
ENHANCEMENT: Added additional cache removal options
  • Loading branch information
gavsto committed Oct 28, 2021
2 parents 7d745ee + 1d98f5b commit 7177269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@ <h1 class="page-header-title">
<!-- Account details card-->
<div class="card card-header-actions mb-4">
<div class="card-header">
Tenant Cache
Tenant and Best Practice Cache
</div>
<div class="card-body">
<form>
<!-- Form Group (email updates checkboxes)-->
<div class="mb-0">
<label class="small mb-2">Cache Clear</label>
<section id="PermissionsCheck">Click the button below to clear the tenant cache
file.
file, and also clear the Best Practice Analyser result cache.
</section>
</div><br />
<button onclick='PostForm("StandardsForm","api/ListTenants?ClearCache=true")'
class="btn btn-primary" type="button">Clear Tenant Cache</button>
class="btn btn-primary" type="button">Clear the Cache</button>

</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion version_latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1

0 comments on commit 7177269

Please sign in to comment.