mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-06 19:20:00 +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;
|
element: ElementData;
|
||||||
formGroup: FormGroup;
|
formGroup: FormGroup;
|
||||||
borderTypes = [
|
borderTypes = [
|
||||||
{ value: '', name: 'Invisible' },
|
|
||||||
{ value: 'none', name: 'Solid' },
|
{ value: 'none', name: 'Solid' },
|
||||||
{ value: '5', name: 'Dash' },
|
{ value: '5', name: 'Dash' },
|
||||||
{ value: '15', name: 'Dot' },
|
{ value: '15', name: 'Dot' },
|
||||||
{ value: '5 15', name: 'Dash Dot' },
|
{ value: '5 15', name: 'Dash Dot' },
|
||||||
{ value: '10 5 5', name: 'Dash Dot Dot' },
|
{ value: '10 5 5', name: 'Dash Dot Dot' },
|
||||||
|
{ value: '', name: 'No border' },
|
||||||
];
|
];
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user