implemented to cancel all jobs if all jobs are deleted.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user