mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-01 23:10:47 +00:00
Merge branch 'bugfix/1383' of https://github.com/GNS3/gns3-web-ui into bugfix/1383
This commit is contained in:
commit
2f9e735928
@ -27,12 +27,12 @@ export class StyleEditorDialogComponent implements OnInit {
|
|||||||
element: ElementData;
|
element: ElementData;
|
||||||
formGroup: FormGroup;
|
formGroup: FormGroup;
|
||||||
borderTypes = [
|
borderTypes = [
|
||||||
{ value: '', name: 'Invisible' },
|
|
||||||
{ value: 'none', name: 'Solid' },
|
{ value: 'none', name: 'Solid' },
|
||||||
{ value: '5', name: 'Dot' },
|
{ value: '5', name: 'Dot' },
|
||||||
{ value: '15', name: 'Dash' },
|
{ value: '15', name: 'Dash' },
|
||||||
{ value: '15 5', name: 'Dash Dot' },
|
{ value: '15 5', name: 'Dash Dot' },
|
||||||
{ value: '15 5 5', name: 'Dash Dot Dot' },
|
{ value: '15 5 5', name: 'Dash Dot Dot' },
|
||||||
|
{ value: '', name: 'No border' },
|
||||||
];
|
];
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user