aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/dashboard
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-04-09 13:22:47 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-04-10 10:37:46 +0000
commit1ef3ab4dee83617d4f9652edc2ddf2e0e8988c9a (patch)
treeda25bf353c2d7dbc68e922668dd6773e99e00026 /syz-cluster/dashboard
parentd3827d51bf4ac8ac9ae98149933f1f6b34d228aa (diff)
syz-cluster: rename the Submit button
Filter is a more appropriate name.
Diffstat (limited to 'syz-cluster/dashboard')
-rw-r--r--syz-cluster/dashboard/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-cluster/dashboard/templates/index.html b/syz-cluster/dashboard/templates/index.html
index d5f5102b0..80d069749 100644
--- a/syz-cluster/dashboard/templates/index.html
+++ b/syz-cluster/dashboard/templates/index.html
@@ -23,7 +23,7 @@
</label>
</div>
<div class="col-auto">
- <button type="submit" class="btn btn-primary">Submit</button>
+ <button type="submit" class="btn btn-primary">Filter</button>
</div>
</div>
</form>