diff --git a/src/app/tasks/import-supertasks/masks/masks.component.html b/src/app/tasks/import-supertasks/masks/masks.component.html
index 7dc737823..cde205c90 100644
--- a/src/app/tasks/import-supertasks/masks/masks.component.html
+++ b/src/app/tasks/import-supertasks/masks/masks.component.html
@@ -1,3 +1,8 @@
+
+
+
@@ -29,3 +34,4 @@
+
diff --git a/src/app/tasks/import-supertasks/masks/masks.component.ts b/src/app/tasks/import-supertasks/masks/masks.component.ts
index 29ee00a91..8722152b5 100644
--- a/src/app/tasks/import-supertasks/masks/masks.component.ts
+++ b/src/app/tasks/import-supertasks/masks/masks.component.ts
@@ -14,10 +14,10 @@ import { Router } from '@angular/router';
import { JPretask } from '@models/pretask.model';
-import { JCrackerBinaryType } from '../../../core/_models/cracker-binary.model';
-import { ResponseWrapper } from '../../../core/_models/response.model';
-import { SERV } from '../../../core/_services/main.config';
+import { SERV } from '@services/main.config';
+import { JCrackerBinaryType } from '@src/app/core/_models/cracker-binary.model';
+import { ResponseWrapper } from '@src/app/core/_models/response.model';
import { JsonAPISerializer } from '@src/app/core/_services/api/serializer-service';
/**
@@ -46,7 +46,7 @@ export class MasksComponent implements OnInit, OnDestroy {
/** Select Options. */
selectBenchmarktype = benchmarkType;
- selectCrackertype: any;
+ selectCrackertype = undefined;
/** Select Options Mapping */
selectCrackertypeMap = {
@@ -78,7 +78,6 @@ export class MasksComponent implements OnInit, OnDestroy {
private serializer: JsonAPISerializer
) {
this.buildForm();
- titleService.set(['Import SuperTask - Mask']);
}
/**
@@ -106,7 +105,7 @@ export class MasksComponent implements OnInit, OnDestroy {
isSmall: new FormControl(false),
isCpuTask: new FormControl(false),
optFlag: new FormControl(false),
- useNewBench: new FormControl(false),
+ useNewBench: new FormControl(true),
crackerBinaryId: new FormControl(1),
masks: new FormControl('')
});
diff --git a/src/app/tasks/import-supertasks/wrbulk/wrbulk.component.html b/src/app/tasks/import-supertasks/wrbulk/wrbulk.component.html
index 026f17bb2..5598ad7e4 100644
--- a/src/app/tasks/import-supertasks/wrbulk/wrbulk.component.html
+++ b/src/app/tasks/import-supertasks/wrbulk/wrbulk.component.html
@@ -1,66 +1,71 @@
-
-
-