mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 07:39:43 +00:00
add kill queue function to frontend
This commit is contained in:
@@ -85,6 +85,11 @@ function stopQueue() {
|
||||
document.getElementById('stop-icon').remove();
|
||||
}
|
||||
|
||||
function killQueue() {
|
||||
var payload = JSON.stringify({'queue': 'kill'});
|
||||
sendPost(payload);
|
||||
document.getElementById('kill-icon').remove();
|
||||
}
|
||||
|
||||
// settings page buttons
|
||||
function manualImport() {
|
||||
|
||||
Reference in New Issue
Block a user