mitre / magma

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

Fix: keep agent paw selection in sync with manual command #20

Closed JamieScottC closed 10 months ago

JamieScottC commented 10 months ago

Closes #18

Previously the dropdown select would be bound by using the agents object which could change while an operation is running. This would result in the dropdown being out of sync with the actual agent. This PR changes the binding method to using the agents paw which will never change during an operation running.