mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-04 00:10:47 +00:00
Add 'Dash Dot Dot' border type in link style editor
This commit is contained in:
parent
1c8e56274a
commit
0eaa5c714c
@ -21,7 +21,7 @@ export class LinkStyleEditorDialogComponent implements OnInit {
|
|||||||
project: Project;
|
project: Project;
|
||||||
link: Link;
|
link: Link;
|
||||||
formGroup: FormGroup;
|
formGroup: FormGroup;
|
||||||
borderTypes = ["Solid", "Dash", "Dot", "Dash Dot"];
|
borderTypes = ["Solid", "Dash", "Dot", "Dash Dot", "Dash Dot Dot"];
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
public dialogRef: MatDialogRef<LinkStyleEditorDialogComponent>,
|
public dialogRef: MatDialogRef<LinkStyleEditorDialogComponent>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user