Merge branch 'bugfix/1383' of https://github.com/GNS3/gns3-web-ui into bugfix/1383

This commit is contained in:
Rajnikant Lodhi 2022-08-22 16:08:52 +05:30
commit 2f9e735928

View File

@ -27,12 +27,12 @@ export class StyleEditorDialogComponent implements OnInit {
element: ElementData;
formGroup: FormGroup;
borderTypes = [
{ value: '', name: 'Invisible' },
{ value: 'none', name: 'Solid' },
{ value: '5', name: 'Dot' },
{ value: '15', name: 'Dash' },
{ value: '15 5', name: 'Dash Dot' },
{ value: '15 5 5', name: 'Dash Dot Dot' },
{ value: '', name: 'No border' },
];
constructor(