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:
parent
38863ee166
commit
b4dce489fa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue