diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-04-09 13:22:47 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-04-10 10:37:46 +0000 |
| commit | 1ef3ab4dee83617d4f9652edc2ddf2e0e8988c9a (patch) | |
| tree | da25bf353c2d7dbc68e922668dd6773e99e00026 /syz-cluster/dashboard | |
| parent | d3827d51bf4ac8ac9ae98149933f1f6b34d228aa (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.html | 2 |
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> |
