From fda4b3c6104bb2d359424ce92f9be1ace3330a22 Mon Sep 17 00:00:00 2001 From: crusader Date: Wed, 19 Sep 2018 17:13:55 +0900 Subject: [PATCH] ing --- @overflow/commons/ui/component/index.ts | 2 +- .../primeng/popup-panel.component.ts | 6 +- package.json | 3 +- src/app/pages/home/home-page.component.html | 160 ++++++------ src/app/pages/home/home-page.component.scss | 42 ++-- src/app/pages/home/home-page.component.ts | 76 +++--- src/commons/commons.module.ts | 26 +- .../component/host-detail.component.html | 15 +- .../component/zone-detail.component.html | 230 +++++++++--------- yarn.lock | 19 +- 10 files changed, 305 insertions(+), 274 deletions(-) diff --git a/@overflow/commons/ui/component/index.ts b/@overflow/commons/ui/component/index.ts index c54030d..8ed1e9e 100644 --- a/@overflow/commons/ui/component/index.ts +++ b/@overflow/commons/ui/component/index.ts @@ -4,7 +4,7 @@ import { import { DropdownPanelComponent, - PopupPanelComponent + PopupPanelComponent, } from './primeng'; import { diff --git a/@overflow/commons/ui/component/primeng/popup-panel.component.ts b/@overflow/commons/ui/component/primeng/popup-panel.component.ts index 93a70c3..64daa3f 100644 --- a/@overflow/commons/ui/component/primeng/popup-panel.component.ts +++ b/@overflow/commons/ui/component/primeng/popup-panel.component.ts @@ -1,4 +1,8 @@ -import { NgModule, Component, ElementRef, OnDestroy, Input, Renderer2, ViewChild, Inject, forwardRef, Output, EventEmitter } from '@angular/core'; +import { + NgModule, Component, ElementRef, OnDestroy, + Input, Renderer2, ViewChild, Inject, forwardRef, + Output, EventEmitter, +} from '@angular/core'; import { trigger, state, style, transition, animate, AnimationEvent } from '@angular/animations'; import { DomHandler } from 'primeng/primeng'; diff --git a/package.json b/package.json index 985345d..ea0bec8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ "private": true, "dependencies": { "electron-devtools-installer": "^2.2.4", - "ngx-perfect-scrollbar": "^6.3.1", "rxjs": "^6.2.2", "sqlite3": "^4.0.2" }, @@ -90,4 +89,4 @@ "webpack-node-externals": "^1.7.2", "zone.js": "^0.8.26" } -} +} \ No newline at end of file diff --git a/src/app/pages/home/home-page.component.html b/src/app/pages/home/home-page.component.html index 5fb9344..772cc70 100644 --- a/src/app/pages/home/home-page.component.html +++ b/src/app/pages/home/home-page.component.html @@ -1,93 +1,99 @@ -
-
- - +
+ + - -
-
-

overFlow Scanner

-
- 를 이용해 주셔서 감사합니다. -
좌측의 버튼을 클릭 하시면 기본 설정으로 스캐닝이 시작 됩니다. 설정의 변경을 원하시면 상단의 설정 영역을 클릭하여 변경이 가능합니다. + +
+
+

overFlow Scanner

+
+ 를 이용해 주셔서 감사합니다. +
좌측의 버튼을 클릭 하시면 기본 설정으로 스캐닝이 시작 됩니다. 설정의 변경을 원하시면 상단의 설정 영역을 클릭하여 변경이 가능합니다. +
+
-
- -
- - - - - - {{link.target.target.port.portNumber}} +
+ + + + + + {{link.target.target.port.portNumber}} + - - - - - - - - {{node.target.network}} - - - - - - - - - - - - - {{node.target.address}} - - - - - - - - - {{node.target.name}} + + {{node.target.address}} + + + + + + + + + {{node.target.name}} + - - - -
-
Total Hosts:
{{resultMsg[0]}} -
-
-
Total Services:
{{resultMsg[1]}} -
-
-
Elapsed:
{{resultMsg[2]}} -
-
+ + +
+
Total Hosts:
{{resultMsg[0]}} +
+
+
Total Services:
{{resultMsg[1]}} +
+
+
Elapsed:
{{resultMsg[2]}} +
+
+ +
+ + +
+ +
+
+ +
- -
- -
-
- -
  • - Interface - {{zone.iface}} -
  • -
  • - Mac Address - {{zone.mac}} -
  • -
  • - IP Version - {{zone.metaIPType.key}} -
  • -
  • - Network - {{zone.network}} -
  • -
  • - IP Range - {{ipRange}} -
  • -
  • - Interface - {{zone.iface}} -
  • -
  • - Mac Address - {{zone.mac}} -
  • -
  • - IP Version - {{zone.metaIPType.key}} -
  • -
  • - Network - {{zone.network}} -
  • -
  • - IP Range - {{ipRange}} -
  • -
  • - Interface - {{zone.iface}} -
  • -
  • - Mac Address - {{zone.mac}} -
  • -
  • - IP Version - {{zone.metaIPType.key}} -
  • -
  • - Network - {{zone.network}} -
  • -
  • - IP Range - {{ipRange}} -
  • -
  • - Interface - {{zone.iface}} -
  • -
  • - Mac Address - {{zone.mac}} -
  • -
  • - IP Version - {{zone.metaIPType.key}} -
  • -
  • - Network - {{zone.network}} -
  • -
  • - IP Range - {{ipRange}} -
  • - - + + + - - - + + + diff --git a/yarn.lock b/yarn.lock index 8f032c9..1e2ed49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5264,13 +5264,6 @@ ngrx-store-freeze@^0.2.4: dependencies: deep-freeze-strict "^1.1.1" -ngx-perfect-scrollbar@^6.3.1: - version "6.3.1" - resolved "https://nexus.loafle.net/repository/npm-all/ngx-perfect-scrollbar/-/ngx-perfect-scrollbar-6.3.1.tgz#38e5e3259a61e911d82ba24f06fc01ab92eaf919" - dependencies: - perfect-scrollbar "^1.4.0" - resize-observer-polyfill "^1.4.0" - nice-try@^1.0.4: version "1.0.5" resolved "https://nexus.loafle.net/repository/npm-all/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" @@ -5877,10 +5870,6 @@ pend@~1.2.0: version "1.2.0" resolved "https://nexus.loafle.net/repository/npm-all/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" -perfect-scrollbar@^1.4.0: - version "1.4.0" - resolved "https://nexus.loafle.net/repository/npm-all/perfect-scrollbar/-/perfect-scrollbar-1.4.0.tgz#5d014ef9775e1f43058a1dbae9ed1daf0e7091f1" - performance-now@^2.1.0: version "2.1.0" resolved "https://nexus.loafle.net/repository/npm-all/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" @@ -6490,10 +6479,6 @@ requires-port@^1.0.0: version "1.0.0" resolved "https://nexus.loafle.net/repository/npm-all/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" -resize-observer-polyfill@^1.4.0: - version "1.5.0" - resolved "https://nexus.loafle.net/repository/npm-all/resize-observer-polyfill/-/resize-observer-polyfill-1.5.0.tgz#660ff1d9712a2382baa2cad450a4716209f9ca69" - resolve-cwd@^2.0.0: version "2.0.0" resolved "https://nexus.loafle.net/repository/npm-all/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" @@ -6566,6 +6551,10 @@ rx@^4.1.0: version "4.1.0" resolved "https://nexus.loafle.net/repository/npm-all/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782" +rxjs-compat@^6.3.2: + version "6.3.2" + resolved "https://nexus.loafle.net/repository/npm-all/rxjs-compat/-/rxjs-compat-6.3.2.tgz#2386ade05e693480fdf96f56042a629aef6c5ea5" + rxjs@^6.0.0, rxjs@^6.1.0, rxjs@^6.2.2: version "6.3.2" resolved "https://nexus.loafle.net/repository/npm-all/rxjs/-/rxjs-6.3.2.tgz#6a688b16c4e6e980e62ea805ec30648e1c60907f"