Added in real time updating

Execute-Assembly
Harley Lebeau 2018-03-22 21:00:04 -06:00 committed by GitHub
parent de84b66e21
commit 7b2f5b81fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -126,3 +126,7 @@ popup view {
addTab("Beacon Command Log", createVisualization(), "All commands you have executed in a beacon");
}
}
on beacon_input {
updateTable();
}