diff --git a/src/app/component/infra/detail/host.component.html b/src/app/component/infra/detail/host.component.html
index 7e002cf..c8ce10f 100644
--- a/src/app/component/infra/detail/host.component.html
+++ b/src/app/component/infra/detail/host.component.html
@@ -63,7 +63,6 @@
-
{{key | stringPrettify}}
-
-
{{skey | stringPrettify}}
@@ -88,8 +87,21 @@
-
+
+
+
+ -
+ {{discoveredBy.key}}
+
+
+
+
+
+
+
+
+
@@ -116,4 +128,4 @@
-
\ No newline at end of file
+
diff --git a/src/app/component/infra/detail/service.component.html b/src/app/component/infra/detail/service.component.html
index fcbbefb..15aba61 100644
--- a/src/app/component/infra/detail/service.component.html
+++ b/src/app/component/infra/detail/service.component.html
@@ -68,8 +68,20 @@
-
+
+
+
+ -
+ {{discoveredBy.key}}
+
+
+
+
+
+
+
+
@@ -115,4 +127,4 @@
-
\ No newline at end of file
+
diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index c3fb005..3194ff7 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -50,7 +50,8 @@
"metadata": "Metadata",
"ports": "Ports",
"health": "Health",
- "hosts": "Hosts"
+ "hosts": "Hosts",
+ "security": "Security"
},
"general": {
"ip_address": "IP Address",
@@ -84,4 +85,4 @@
"elapsed": "Elapsed"
}
}
-}
\ No newline at end of file
+}
diff --git a/src/assets/i18n/ko.json b/src/assets/i18n/ko.json
index 64b48d1..0fd8b20 100644
--- a/src/assets/i18n/ko.json
+++ b/src/assets/i18n/ko.json
@@ -50,7 +50,8 @@
"metadata": "메타데이타",
"ports": "포트",
"health": "상태 체크",
- "hosts": "호스트"
+ "hosts": "호스트",
+ "security": "보안"
},
"general": {
"ip_address": "아이피 주소",
@@ -84,4 +85,4 @@
"elapsed": "소요 시간"
}
}
-}
\ No newline at end of file
+}