Fix lint issues, formatting and icons

This commit is contained in:
Jan Oberhauser
2020-12-02 11:54:10 +01:00
parent ea9f61089b
commit a38665e82c
24 changed files with 870 additions and 893 deletions

View File

@@ -20,7 +20,7 @@ export class CortexApi implements ICredentialType {
type: 'string' as NodePropertyTypes,
description: 'The URL of the Cortex instance',
default: '',
placeholder:'https://localhost:9001'
placeholder: 'https://localhost:9001',
},
];
}