Skip to content

Commit 971e3fc

Browse files
committed
feat(assets-view): implement sorting by last input and enhance asset data structure
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 9c9e59d commit 971e3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/assets-discover/shared/types/net-scan.type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class NetScanType {
2727
modifiedAt: Date;
2828
ports: NetScanPortsType[];
2929
assetNotes: string;
30-
metrics: NetScanMetricsType;
30+
metrics: any;
3131
softwares: NetScanSoftwares[];
3232
registeredMode: AssetDiscoveryTypeEnum;
3333
agent: boolean;

0 commit comments

Comments
 (0)