aboutsummaryrefslogtreecommitdiffstats
path: root/interface/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'interface/index.html')
-rw-r--r--interface/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/interface/index.html b/interface/index.html
index a759ac48f..8329a74dd 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -488,7 +488,7 @@
</div>
<div class="col-lg-6">
<div class="card bg-light shadow card-body card p-2">
- <p>Learn Fuzzy storage:</p>
+ <p>Fuzzy hash storage management:</p>
<form class="d-flex">
<div class="d-flex align-items-center">
<label for="fuzzyFlagText">Flag:</label>
@@ -498,7 +498,8 @@
<label for="fuzzyWeightText">Weight:</label>
<input name="fuzzyWeightText" id="fuzzyWeightText" class="form-control ms-1" type="number" value="1"/>
</div>
- <button class="btn btn-warning ms-2 d-flex align-items-center" data-upload="fuzzy" disabled><i class="fas fa-upload me-2"></i>Upload FUZZY</button>
+ <button class="btn btn-warning ms-2 d-flex align-items-center" data-upload="fuzzyadd" disabled><i class="fas fa-circle-plus me-2"></i>Add hash</button>
+ <button class="btn btn-danger ms-2 d-flex align-items-center" data-upload="fuzzydel" disabled><i class="fas fa-trash-can me-2"></i>Delete hash</button>
</form>
</div>
</div>