diff --git a/src/commons/component/host-detail.component.html b/src/commons/component/host-detail.component.html index d0a59da..0be614d 100644 --- a/src/commons/component/host-detail.component.html +++ b/src/commons/component/host-detail.component.html @@ -1,55 +1,72 @@
-

{{host.name}} {{host.address}}

+
+ + + + +
- - +
-
    +

    {{host.name}} {{host.address}}

    -
  • - IP Address - {{host.address}} -
  • + + -
  • - Type - {{host.deviceType}} -
  • -
  • - Vendor - {{host.deviceVendor}} -
  • -
  • - Model - {{host.model}} -
  • +
      -
    • - OS - {{host.osType}} -
    • +
    • + IP Address + {{host.address}} +
    • -
    • - Mac Address - {{host.mac}} -
    • +
    • + Type + {{host.deviceType}} +
    • +
    • + Vendor + {{host.deviceVendor}} +
    • +
    • + Model + {{host.model}} +
    • -
    +
  • + OS + {{host.osType}} +
  • -
    +
  • + Mac Address + {{host.mac}} +
  • - -
      -
    • - {{key | stringPrettify}} - {{host.meta[key]}} -
    • -
    -
    +
- - - - -
\ No newline at end of file +
+ + +
    +
  • + {{key | stringPrettify}} + +
      +
    • + {{skey | stringPrettify}} + {{host.meta[key][skey]}} +
    • +
    +
  • +
+
+ + + + +
+
\ No newline at end of file diff --git a/src/commons/component/node-detail.component.html b/src/commons/component/node-detail.component.html index 81158bf..b9268cb 100644 --- a/src/commons/component/node-detail.component.html +++ b/src/commons/component/node-detail.component.html @@ -1,31 +1,21 @@
-
- - - - -
-
- - - - - - - - - - - - - - - - + + + -
+ + + + + + + + + + + + +
\ No newline at end of file diff --git a/src/commons/component/service-detail.component.html b/src/commons/component/service-detail.component.html index 85a0ba5..d9e0cab 100644 --- a/src/commons/component/service-detail.component.html +++ b/src/commons/component/service-detail.component.html @@ -1,5 +1,14 @@
+
+ + + + +
+

{{service.name}} {{service.port.host.address}}

@@ -29,10 +38,16 @@ -