mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Rewrite Spark UI link when using unified connection (#4362)
* Rewrite Spark UI link when using unified connection * Add more robust error checking
This commit is contained in:
@@ -218,7 +218,7 @@ export async function getClusterEndpoint(profileId: string, serviceName: string)
|
||||
return clusterEndpoint;
|
||||
}
|
||||
|
||||
interface IEndpoint {
|
||||
export interface IEndpoint {
|
||||
serviceName: string;
|
||||
ipAddress: string;
|
||||
port: number;
|
||||
|
||||
Reference in New Issue
Block a user