implemented to cancel all jobs if all jobs are deleted.

This commit is contained in:
schrom01
2022-08-27 20:02:49 +02:00
parent cb9a3b6830
commit 18e78b7783
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
</tbody>
</table>
</div>
<button onclick="buttonDeleteJobById('all')">{{ translater.getTranslation("delete all jobs")}}</button>
<button onclick="buttonDeleteJobById('all')">{{ translater.getTranslation("delete and cancel all jobs")}}</button>
</div>
</div>