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

@@ -27,16 +27,16 @@ export class TheHiveApi implements ICredentialType {
default: '',
type: 'options' as NodePropertyTypes,
description: 'The version of api to be used',
options:[
options: [
{
name:'Version 1',
value:'v1',
description:'API version supported by TheHive 4'
name: 'Version 1',
value: 'v1',
description: 'API version supported by TheHive 4',
},
{
name:'Version 0',
value:'',
description:'API version supported by TheHive 3'
name: 'Version 0',
value: '',
description: 'API version supported by TheHive 3',
},
],
},