mitre / magma

MITRE Caldera's user interface plugin powered by VueJS
Apache License 2.0
3 stars 7 forks source link

Add contacts page #9

Closed JamieScottC closed 1 year ago

JamieScottC commented 1 year ago

VIRTS-4704

This implements the contacts page with the same functionality as V4. I also linted the coreStore.js file.

Note: make sure to update your magma branch for the caldera server because I had to create a new endpoint /api/v2/contactlist

image
morinjmit commented 1 year ago

Is the download report button functional? I started up an agent so the button would show but get a reference error when clicked

Screen Shot 2023-08-03 at 6 13 54 PM
JamieScottC commented 1 year ago

Is the download report button functional? I started up an agent so the button would show but get a reference error when clicked

Screen Shot 2023-08-03 at 6 13 54 PM

Good catch! Should be fixed now -the download json function wasn't being called correctly.