mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-29 23:54:11 +00:00
Change Invisible to No border
This commit is contained in:
parent
f338a2e33d
commit
651d4c9d32
@ -27,12 +27,12 @@ export class StyleEditorDialogComponent implements OnInit {
|
||||
element: ElementData;
|
||||
formGroup: FormGroup;
|
||||
borderTypes = [
|
||||
{ value: '', name: 'Invisible' },
|
||||
{ value: 'none', name: 'Solid' },
|
||||
{ value: '5', name: 'Dash' },
|
||||
{ value: '15', name: 'Dot' },
|
||||
{ value: '5 15', name: 'Dash Dot' },
|
||||
{ value: '10 5 5', name: 'Dash Dot Dot' },
|
||||
{ value: '', name: 'No border' },
|
||||
];
|
||||
|
||||
constructor(
|
||||
|
Loading…
x
Reference in New Issue
Block a user