Skip to content

Commit

Permalink
Merge pull request #451 from InQuest/issue/448-add-last-update-date-f…
Browse files Browse the repository at this point in the history
…ield

Issue #448 : Adding last revision date to yara page.
  • Loading branch information
PhilOrdo authored Feb 28, 2023
2 parents 3fbcd65 + 8c415ea commit 774ff7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/static/js/yara_rule/yara_rule-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,13 @@ angular.module('ThreatKB')
width: '150',
cellFilter: 'date:\'yyyy-MM-dd HH:mm:ss\''
},
{
field: 'last_revision_date',
displayName: "Revision Date",
enableSorting: true,
width: '150',
cellFilter: 'date:\'yyyy-MM-dd HH:mm:ss\''
},
{
field: 'category',
width: '110',
Expand Down

0 comments on commit 774ff7f

Please sign in to comment.