mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Remove hyperlinks from non-management BDC endpoints (#6501)
This commit is contained in:
@@ -15,7 +15,6 @@ export function registerServiceEndpoints(context: vscode.ExtensionContext): void
|
|||||||
|
|
||||||
const endpointsArray: Array<Utils.IEndpoint> = Object.assign([], view.serverInfo.options['clusterEndpoints']);
|
const endpointsArray: Array<Utils.IEndpoint> = Object.assign([], view.serverInfo.options['clusterEndpoints']);
|
||||||
endpointsArray.forEach(endpointInfo => {
|
endpointsArray.forEach(endpointInfo => {
|
||||||
endpointInfo.isHyperlink = true;
|
|
||||||
endpointInfo.hyperlink = 'https://' + endpointInfo.ipAddress + ':' + endpointInfo.port;
|
endpointInfo.hyperlink = 'https://' + endpointInfo.ipAddress + ':' + endpointInfo.port;
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user