@@ -35,7 +40,11 @@
- {{ $t('entities.domainDetail.categoryGroup') }} :
+ {{
+ $t('entities.domainDetail.categoryGroup')
+ }} :
{{ entityData.domainCategoryGroup || '-' }}
@@ -45,7 +54,11 @@
- {{ $t('entities.reputationLevel') }} :
+ {{
+ $t('entities.reputationLevel')
+ }} :
{{ entityData.domainReputationScore || '-' }}
@@ -58,7 +71,7 @@
{{ $t('entities.subcategory') }} : {{ $t('entities.subcategory') }} :
{{ entityData.appSubcategory || '-' }}
@@ -72,30 +85,37 @@
-
{{ $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'"
+ >