@@ -40,11 +35,7 @@
- {{
- $t('entities.domainDetail.categoryGroup')
- }} :
+ {{ $t('entities.domainDetail.categoryGroup') }} :
{{ entityData.domainCategoryGroup || '-' }}
@@ -54,11 +45,7 @@
- {{
- $t('entities.reputationLevel')
- }} :
+ {{ $t('entities.reputationLevel') }} :
{{ entityData.domainReputationScore || '-' }}
@@ -71,7 +58,7 @@
{{ $t('entities.subcategory') }} : {{ $t('entities.subcategory') }} :
{{ entityData.appSubcategory || '-' }}
@@ -85,37 +72,30 @@
-
{{
- $t('entities.sentThroughput')
- }} :
-
{{
- entityData.bytesSentRate
- ? unitConvert(
- entityData.bytesSentRate,
- unitTypes.byte,
- ).join(' ') + 'ps'
- : '-'
- }}
+
{{ $t('entities.sentThroughput') }} :
+
+ {{
+ entityData.bytesSentRate ? unitConvert(entityData.bytesSentRate, unitTypes.byte).join(' ') + 'ps' : '-'
+ }}
+
+ v-if="entityData.entityType === 'domain'">
+
+ v-if="entityData.entityType === 'app'">
+
+ v-if="entityData.entityType === 'ip'">
+