mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] we want a break in case of
This commit is contained in:
parent
65a959c37e
commit
2db6c1b144
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
for (var i = 0; i < app.jobs.length; ++i) {
|
||||
if (app.jobs[i].id == data.id) {
|
||||
Vue.set(app.jobs, i, data);
|
||||
return;
|
||||
break;
|
||||
}
|
||||
}
|
||||
} else if (action == "new_job") {
|
||||
|
|
Loading…
Add table
Reference in a new issue