Skip to content

Commit

Permalink
Add directory to filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
vantagepointsecurity-danny authored and Danny Tijerina committed May 1, 2020
1 parent 871c8b5 commit 5dcaa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/views/yara_rule/yara_rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ <h4 class="modal-title" id="myC2ipLabel" style="float: left">
uib-tooltip="Copied Filepath!"
tooltip-trigger="'outsideClick'"
ngclipboard
data-clipboard-text="{{ file_store_path.value }}/{{ entity_mapping.SIGNATURE }}/{{ f.entity_id }}/{{ f.filename }}">
data-clipboard-text="{{ file_store_path.value }}/{{ entity_mapping.SIGNATURE }}/{{ f.entity_id }}/{{ f.directory }}/{{ f.filename }}">
</span>
</a>
</div>
Expand Down

0 comments on commit 5dcaa44

Please sign in to comment.