vCenter Datatype Exception (#5358)
This commit is contained in:
Родитель
4cf68722ca
Коммит
1e0d114463
|
@ -74,7 +74,7 @@ function getConnectorCategory(dataTypes : any, instructionSteps:[])
|
|||
{
|
||||
return ConnectorCategory.AzureFunction;
|
||||
}
|
||||
else if(dataTypes[0].name.includes("meraki") && JSON.stringify(instructionSteps).includes("\"type\":\"InstallAgent\""))
|
||||
else if((dataTypes[0].name.includes("meraki") || dataTypes[0].name.includes("vcenter")) && JSON.stringify(instructionSteps).includes("\"type\":\"InstallAgent\""))
|
||||
{
|
||||
return ConnectorCategory.SysLog;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче