Added manual group changing, stbility improvements.

This commit is contained in:
Patrick Fic
2020-10-21 19:36:54 -07:00
parent 34e244783c
commit 3817f8615e
30 changed files with 362 additions and 42 deletions

View File

@@ -23,13 +23,13 @@ async function ImportJob(path) {
NewNotification({
title: "Job Uploaded",
body: "A new job has been uploaded.",
}).show();
});
} else {
log.info(`Ignored job. ${newJob.ERROR}`);
NewNotification({
title: "Job Ignored",
body: newJob.ERROR,
}).show();
});
}
}