mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-20 03:36:46 +00:00
Update link-status.ts
This commit is contained in:
parent
b5c2c3b4f2
commit
9a974ae72d
@ -1,3 +1,3 @@
|
||||
export class LinkStatus {
|
||||
public constructor(public x: number, public y: number, public status: string) {}
|
||||
public constructor(public x: number, public y: number, public status: string, public port?: string) {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user