Skip to content

Commit

Permalink
flowdisplay: show signature id
Browse files Browse the repository at this point in the history
  • Loading branch information
aiooss-anssi committed Oct 9, 2024
1 parent 0d0e51c commit b9ac85b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/static/js/flowdisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ class FlowDisplay {
const cardHeader = document.createElement('div')
cardHeader.classList.add('card-header')
cardHeader.textContent = data.signature
cardHeader.title = `Suricata alert rule with sid ${data.signature_id}.`
cardEl.appendChild(cardHeader)
alertsDiv.appendChild(cardEl)
}
Expand Down

0 comments on commit b9ac85b

Please sign in to comment.