mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-20 21:43:06 +00:00
Add comments
This commit is contained in:
parent
b66af49137
commit
22ef305e81
@ -7,10 +7,10 @@ import { Injectable } from '@angular/core';
|
||||
@Injectable()
|
||||
export class QtDasharrayFixer {
|
||||
static MAPPING = {
|
||||
'25, 25': '10, 2',
|
||||
'5, 25': '4, 2',
|
||||
'5, 25, 25': '5, 5, 1, 5',
|
||||
'25, 25, 5, 25, 5': '5, 2, 5, 2, 5',
|
||||
'25, 25': '10, 2', // Dash
|
||||
'5, 25': '4, 2', // Dot
|
||||
'5, 25, 25': '5, 5, 1, 5', // Dash Dot
|
||||
'25, 25, 5, 25, 5': '5, 2, 5, 2, 5', // Dash Dot Dot
|
||||
};
|
||||
|
||||
public fix(dasharray: string): string {
|
||||
|
Loading…
Reference in New Issue
Block a user