mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-30 01:38:50 +00:00
Resolve inconsistent border styles for device links between GNS3 desktop UI and web-ui
This commit is contained in:
parent
f338a2e33d
commit
c5837b237a
@ -29,10 +29,10 @@ export class StyleEditorDialogComponent implements OnInit {
|
||||
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: '5', name: 'Dot' },
|
||||
{ value: '15', name: 'Dash' },
|
||||
{ value: '15 5', name: 'Dash Dot' },
|
||||
{ value: '15 5 5', name: 'Dash Dot Dot' },
|
||||
];
|
||||
|
||||
constructor(
|
||||
|
Loading…
Reference in New Issue
Block a user