Skip to content

Commit 1051825

Browse files
committed
fix job node name err
1 parent 167ddea commit 1051825

File tree

1 file changed

+1
-0
lines changed
  • Utils/azure-toolkit-ide-hdinsight-libs/azure-toolkit-ide-hdinsight-spark-lib/src/main/java/com/microsoft/azure/toolkit/ide/hdinsight/spark

1 file changed

+1
-0
lines changed

Utils/azure-toolkit-ide-hdinsight-libs/azure-toolkit-ide-hdinsight-spark-lib/src/main/java/com/microsoft/azure/toolkit/ide/hdinsight/spark/HDInsightNodeProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public Node<?> createNode(@Nonnull Object data,@Nullable Node<?> parent,@Nonnull
5959
.ifPresent(sparkClusterNode::setClusterDetail);
6060
final Node<SparkClusterNode> jobsNode = new AzResourceNode<>(sparkClusterNode)
6161
.withIcon(AzureIcon.builder().iconPath("/icons/StorageAccountFolder.png").build())
62+
.withLabel("Jobs")
6263
.withDescription("")
6364
.onClicked(HDInsightActionsContributor.OPEN_HDINSIGHT_JOB_VIEW);
6465
if ("[LinkedCluster]".equals(sparkClusterNode.getClusterDetail().getSubscription().getId())) {

0 commit comments

Comments
 (0)