+
+
+
+
+
+
+
+ The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding. His beloved
+ son Michael has just come home from the war, but does not intend to become part of his father's business.
+ Through Michael's life the nature of the family business becomes clear. The business of the family is
+ just like the head of the family, kind and benevolent to those who give respect, but given to ruthless
+ violence whenever anything stands against the good of the family.
+
+
\ No newline at end of file
diff --git a/src/app/pages/pages.component.scss b/src/app/pages/pages.component.scss
index e69de29..c751480 100644
--- a/src/app/pages/pages.component.scss
+++ b/src/app/pages/pages.component.scss
@@ -0,0 +1,3 @@
+#pages-content {
+ min-height: 100vh;
+}
diff --git a/src/commons/component/nic-dropdown.component.html b/src/commons/component/nic-dropdown.component.html
index cab24b7..e39a18c 100644
--- a/src/commons/component/nic-dropdown.component.html
+++ b/src/commons/component/nic-dropdown.component.html
@@ -1,4 +1,4 @@
-
+
192.168.1.0/24
@@ -8,4 +8,4 @@
Footer content here
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/commons/component/nic-dropdown.component.ts b/src/commons/component/nic-dropdown.component.ts
index d23625a..0184fe0 100644
--- a/src/commons/component/nic-dropdown.component.ts
+++ b/src/commons/component/nic-dropdown.component.ts
@@ -1,4 +1,4 @@
-import { Component } from '@angular/core';
+import { Component, Input } from '@angular/core';
@Component({
selector: 'app-nic-dropdown',
@@ -6,6 +6,7 @@ import { Component } from '@angular/core';
styleUrls: ['./nic-dropdown.component.scss'],
})
export class NicDropdownComponent {
+ @Input() blockTarget: any;
constructor(
) {
diff --git a/src/commons/component/scanner-setting-dropdown.component.html b/src/commons/component/scanner-setting-dropdown.component.html
index a742dd9..d90c7a5 100644
--- a/src/commons/component/scanner-setting-dropdown.component.html
+++ b/src/commons/component/scanner-setting-dropdown.component.html
@@ -1,10 +1,28 @@
-
+
IP Type: V4, Range: 192.168.1.1 ~ 192.168.1.254
Port Type: TCP, UDP, Range: 1 ~ 1024
- Body Content
+
Document
+
+
+
+
+
Panel
+
+
+
+
+
+
+
+ The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding. His beloved
+ son Michael has just come home from the war, but does not intend to become part of his father's business. Through Michael's
+ life the nature of the family business becomes clear. The business of the family is just like the head of the family,
+ kind and benevolent to those who give respect, but given to ruthless violence whenever anything stands against the good
+ of the family.
+
Footer content here
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/commons/component/scanner-setting-dropdown.component.ts b/src/commons/component/scanner-setting-dropdown.component.ts
index 4446a04..1fd1158 100644
--- a/src/commons/component/scanner-setting-dropdown.component.ts
+++ b/src/commons/component/scanner-setting-dropdown.component.ts
@@ -1,4 +1,4 @@
-import { Component } from '@angular/core';
+import { Component, Input } from '@angular/core';
@Component({
selector: 'app-scanner-setting-dropdown',
@@ -6,6 +6,7 @@ import { Component } from '@angular/core';
styleUrls: ['./scanner-setting-dropdown.component.scss'],
})
export class ScannerSettingDropdownComponent {
+ @Input() blockTarget: any;
constructor(
) {