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}} +
  • +
+
+
-