mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
Adds a tooltip title prop to the diagram node. (#18458)
* Adds a tooltip title prop to the diagram node. * Updates azdataGraph package version to 0.0.16
This commit is contained in:
@@ -284,6 +284,7 @@ export class QueryPlan2 implements ISashLayoutProvider {
|
||||
|
||||
private populate(node: InternalExecutionPlanNode, diagramNode: any): any {
|
||||
diagramNode.label = node.subtext.join(this.textResourcePropertiesService.getEOL(undefined));
|
||||
diagramNode.tooltipTitle = node.name;
|
||||
const nodeId = this.createGraphElementId();
|
||||
diagramNode.id = nodeId;
|
||||
node.id = nodeId;
|
||||
|
||||
Reference in New Issue
Block a user