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>
+2 -2
View File
@@ -34,8 +34,8 @@ class Translater:
"planed duration": "geplante Dauer",
"cancel": "abbrechen",
"delete": "löschen",
"delete all jobs" : "alle Aufträge löschen",
"switch all to" : "stelle alle um auf",
"delete and cancel all jobs": "alle Aufträge löschen und abbrechen",
"switch all to": "stelle alle um auf",
}