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