Skip to content

Commit

Permalink
fix: [correlation] fix objects selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Apr 18, 2024
1 parent b552e15 commit 0b5a1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/www/templates/correlation/show_correlation.html
Expand Up @@ -306,7 +306,7 @@ <h5>Hidden objects:</h5>
<label class="form-check-label" for="message_Check">Message</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="True" id="file-name_Check" name="message_Check" {%if "file-name" in dict_object["filter"]%}checked{%endif%}>
<input class="form-check-input" type="checkbox" value="True" id="file-name_Check" name="file-name_Check" {%if "file-name" in dict_object["filter"]%}checked{%endif%}>
<label class="form-check-label" for="file-name_Check">File Name</label>
</div>
<div class="form-check">
Expand Down

0 comments on commit 0b5a1aa

Please sign in to comment.