Fix db connection test result, #1590
This commit is contained in:
@@ -227,7 +227,7 @@ export class Zabbix implements ZabbixConnector {
|
||||
.then((testResult) => {
|
||||
if (testResult) {
|
||||
dbConnectorStatus = {
|
||||
dsType: this.dbConnector.datasourceTypeName,
|
||||
dsType: this.dbConnector.datasourceTypeName || this.dbConnector.datasourceTypeId,
|
||||
dsName: this.dbConnector.datasourceName,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user