Skip to content

Commit

Permalink
Merge pull request #151 from thalesgroup-cert/v2.0
Browse files Browse the repository at this point in the history
v2.0 Release
  • Loading branch information
ygalnezri authored Aug 14, 2024
2 parents 692d456 + 9686316 commit 657b764
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Watcher/Watcher/frontend/src/reducers/SiteMonitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default function (state = initialState, action) {
state.sites.map(site => {
if (site.id === action.payload.id) {
site.domain_name = action.payload.domain_name;
site.ticket_id = action.payload.ticket_id;
site.rtir = action.payload.rtir;
site.expiry = action.payload.expiry;
site.ip_monitoring = action.payload.ip_monitoring;
Expand Down
2 changes: 1 addition & 1 deletion Watcher/Watcher/frontend/static/frontend/main.js

Large diffs are not rendered by default.

Binary file modified Watcher/static/Watcher-admin-interface.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Watcher/static/Watcher-iocs-export.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Watcher/static/Watcher-keywords-detection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Watcher/static/Watcher-malicious-domain-names-monitoring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Watcher/static/Watcher-suspicious-domain-names-detection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Watcher/static/Watcher-threats-detection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 657b764

Please sign in to comment.