1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

fix: simulators always appear offline

This commit is contained in:
Steffen Vogel 2017-06-28 02:43:24 +02:00
parent 38863ee166
commit b4dce489fa

View file

@ -41,7 +41,7 @@ function isRunning(simulator) {
if (response.id === body.id) {
response.response.forEach(sim => {
if (sim.name === name) {
if (sim.name === simulator.name) {
simulator.running = true;
}
});