ing
This commit is contained in:
parent
f6b2cfd449
commit
59e2176a04
|
@ -6,6 +6,7 @@ export interface Port {
|
||||||
metaPortType?: MetaPortType;
|
metaPortType?: MetaPortType;
|
||||||
portNumber?: number;
|
portNumber?: number;
|
||||||
|
|
||||||
|
defaultService?: string;
|
||||||
meta?: Map<string, Map<string, string>>;
|
meta?: Map<string, Map<string, string>>;
|
||||||
discoveredBy?: MetaDiscovererType[];
|
discoveredBy?: MetaDiscovererType[];
|
||||||
discoveredDate?: Date;
|
discoveredDate?: Date;
|
||||||
|
|
|
@ -35,6 +35,10 @@
|
||||||
{{ 'infra.detail.general.port' | translate }}
|
{{ 'infra.detail.general.port' | translate }}
|
||||||
<span class="meta-value">{{service.port.metaPortType.key}} {{service.port.portNumber}}</span>
|
<span class="meta-value">{{service.port.metaPortType.key}} {{service.port.portNumber}}</span>
|
||||||
</li>
|
</li>
|
||||||
|
<li *ngIf="service.port.defaultService">
|
||||||
|
{{ 'infra.detail.general.defaultService' | translate }}
|
||||||
|
<span class="meta-value">{{service.port.defaultService}}</span>
|
||||||
|
</li>
|
||||||
<li *ngIf="service.description">
|
<li *ngIf="service.description">
|
||||||
{{ 'infra.detail.general.description' | translate }}
|
{{ 'infra.detail.general.description' | translate }}
|
||||||
<span class="meta-value">{{service.description}}</span>
|
<span class="meta-value">{{service.description}}</span>
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
"mac_address": "Mac Address",
|
"mac_address": "Mac Address",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"port": "Port",
|
"port": "Port",
|
||||||
|
"defaultService": "Default Service",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"crypto_type": "Crypto Type",
|
"crypto_type": "Crypto Type",
|
||||||
"interface": "Interface",
|
"interface": "Interface",
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
"mac_address": "Mac 주소",
|
"mac_address": "Mac 주소",
|
||||||
"name": "이름",
|
"name": "이름",
|
||||||
"port": "포트",
|
"port": "포트",
|
||||||
|
"defaultService": "기본 서비스",
|
||||||
"description": "상세설명",
|
"description": "상세설명",
|
||||||
"crypto_type": "암호화 유형",
|
"crypto_type": "암호화 유형",
|
||||||
"interface": "인터페이스",
|
"interface": "인터페이스",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user