fix: 实体列表ip实体下拉详情添加ISP信息

This commit is contained in:
刘洪洪
2023-11-14 15:49:53 +08:00
parent 4662061fc5
commit 9c0ce493ab
2 changed files with 7 additions and 0 deletions

View File

@@ -179,6 +179,9 @@
span:first-of-type {
color: #666;
}
.row-item-label {
color: #999 !important;
}
}
.row-item-label {

View File

@@ -19,6 +19,10 @@
<div class="row__label row__label--width130">ASN</div>
<div class="row__content" v-high-light="keywordList">{{ $_.get(entity, 'asn.asn', '-') || '-' }}</div>
</div>
<div class="overview__row">
<div class="row__label row__label--width130">ISP</div>
<div class="row__content" v-high-light="keywordList">{{ $_.get(entityData, 'location.isp', '-') || '-' }}</div>
</div>
<div class="overview__row">
<div class="row__label row__label--width130">{{$t('entities.openPort')}}</div>
<div class="row__content high-location" style="word-break: break-word;" v-high-light="keywordList">{{ openPort }}</div>