From 9944a2f696f7035e00471e10b62c382156eeafa1 Mon Sep 17 00:00:00 2001 From: crusader Date: Thu, 4 Oct 2018 18:10:31 +0900 Subject: [PATCH] ing --- .../component/host-detail.component.html | 123 +++++++++--------- .../component/service-detail.component.html | 120 +++++++++-------- 2 files changed, 128 insertions(+), 115 deletions(-) diff --git a/src/commons/component/host-detail.component.html b/src/commons/component/host-detail.component.html index 3b26146..1d0d638 100644 --- a/src/commons/component/host-detail.component.html +++ b/src/commons/component/host-detail.component.html @@ -20,53 +20,60 @@ +
+ -
    +
      -
    • - IP Address - {{host.address}} -
    • +
    • + IP Address + {{host.address}} +
    • -
    • - Type - {{host.hostType}} -
    • -
    • - Vendor - {{host.hostVendor}} -
    • -
    • - Model - {{host.hostModel}} -
    • +
    • + Type + {{host.hostType}} +
    • +
    • + Vendor + {{host.hostVendor}} +
    • +
    • + Model + {{host.hostModel}} +
    • -
    • - OS - {{host.osType}} -
    • +
    • + OS + {{host.osType}} +
    • -
    • - Mac Address - {{host.mac}} -
    • - -
    +
  • + Mac Address + {{host.mac}} +
  • +
+
+
-