Added in real time updating
parent
de84b66e21
commit
7b2f5b81fa
|
@ -126,3 +126,7 @@ popup view {
|
|||
addTab("Beacon Command Log", createVisualization(), "All commands you have executed in a beacon");
|
||||
}
|
||||
}
|
||||
|
||||
on beacon_input {
|
||||
updateTable();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue