Scan management feature/92-scan_mgnt #101

Merged
niggl merged 32 commits from feature/92-scan_mgnt into dev 2021-03-18 17:52:32 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit fc668c6880 - Show all commits

View File

@ -55,7 +55,6 @@
duration: 2500,
}).showToast();
let postdata = {};
console.log(editable.runner);
if (original_data.responseType === "TRACKSCAN") {
postdata = Object.assign(postdata, editable);
postdata.runner = postdata.runner.id;

View File

@ -13,7 +13,6 @@
export let current_scans = [];
const scans_promise = ScanService.scanControllerGetAll().then((val) => {
current_scans = val;
console.log(current_scans);
});
function should_display_based_on_id(id) {
if (searchvalue.toString().slice(-1) === "*") {