Fixing icon names (#1725)

This commit is contained in:
Aasim Khan
2022-10-18 09:59:25 -07:00
committed by GitHub
parent 200ebf0355
commit e0d93b6a5a

View File

@@ -131,7 +131,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ExecutionPlan.ShowPlan
new Operation("Parallelism", SR.Keys.Parallelism, SR.Keys.ParallelismDescription, "parallelism"), new Operation("Parallelism", SR.Keys.Parallelism, SR.Keys.ParallelismDescription, "parallelism"),
new Operation("ParameterTableScan", SR.Keys.ParameterTableScan, SR.Keys.ParameterTableScanDescription, "parameterTableScan"), new Operation("ParameterTableScan", SR.Keys.ParameterTableScan, SR.Keys.ParameterTableScanDescription, "parameterTableScan"),
new Operation("Print", SR.Keys.Print, SR.Keys.PrintDescription, "print"), new Operation("Print", SR.Keys.Print, SR.Keys.PrintDescription, "print"),
new Operation("Put", SR.Keys.Put, SR.Keys.PutDescription, "Put_32x.ico"), new Operation("Put", SR.Keys.Put, SR.Keys.PutDescription, "put"),
new Operation("Rank", SR.Keys.Rank, SR.Keys.RankDescription, "rank"), new Operation("Rank", SR.Keys.Rank, SR.Keys.RankDescription, "rank"),
// using the temporary icon as of now. Once the new icon is available, it will be updated. // using the temporary icon as of now. Once the new icon is available, it will be updated.
new Operation("ForeignKeyReferencesCheck", SR.Keys.ForeignKeyReferencesCheck, SR.Keys.ForeignKeyReferencesCheckDescription, "foreignKeyReferencesCheck"), new Operation("ForeignKeyReferencesCheck", SR.Keys.ForeignKeyReferencesCheck, SR.Keys.ForeignKeyReferencesCheckDescription, "foreignKeyReferencesCheck"),
@@ -259,7 +259,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ExecutionPlan.ShowPlan
new Operation("DeletedScan", SR.Keys.LogicalOpDeletedScan), new Operation("DeletedScan", SR.Keys.LogicalOpDeletedScan),
new Operation("DistinctSort", SR.Keys.LogicalOpDistinctSort), new Operation("DistinctSort", SR.Keys.LogicalOpDistinctSort),
new Operation("Distinct", SR.Keys.LogicalOpDistinct), new Operation("Distinct", SR.Keys.LogicalOpDistinct),
new Operation("DistributeStreams", SR.Keys.LogicalOpDistributeStreams, SR.Keys.DistributeStreamsDescription, "Parallelism_distribute.ico"), new Operation("DistributeStreams", SR.Keys.LogicalOpDistributeStreams, SR.Keys.DistributeStreamsDescription, "parallelismDistribute"),
new Operation("EagerSpool", SR.Keys.LogicalOpEagerSpool), new Operation("EagerSpool", SR.Keys.LogicalOpEagerSpool),
new Operation("Filter", SR.Keys.LogicalOpFilter), new Operation("Filter", SR.Keys.LogicalOpFilter),
new Operation("FlowDistinct", SR.Keys.LogicalOpFlowDistinct), new Operation("FlowDistinct", SR.Keys.LogicalOpFlowDistinct),
@@ -298,7 +298,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ExecutionPlan.ShowPlan
new Operation("RemoteQuery", SR.Keys.LogicalOpRemoteQuery), new Operation("RemoteQuery", SR.Keys.LogicalOpRemoteQuery),
new Operation("RemoteScan", SR.Keys.LogicalOpRemoteScan), new Operation("RemoteScan", SR.Keys.LogicalOpRemoteScan),
new Operation("RemoteUpdate", SR.Keys.LogicalOpRemoteUpdate), new Operation("RemoteUpdate", SR.Keys.LogicalOpRemoteUpdate),
new Operation("RepartitionStreams", SR.Keys.LogicalOpRepartitionStreams, SR.Keys.RepartitionStreamsDescription, "Parallelism_repartition.ico"), new Operation("RepartitionStreams", SR.Keys.LogicalOpRepartitionStreams, SR.Keys.RepartitionStreamsDescription, "parallelismRepartition"),
new Operation("RIDLookup", SR.Keys.LogicalOpRIDLookup), new Operation("RIDLookup", SR.Keys.LogicalOpRIDLookup),
new Operation("RightAntiSemiJoin", SR.Keys.LogicalOpRightAntiSemiJoin), new Operation("RightAntiSemiJoin", SR.Keys.LogicalOpRightAntiSemiJoin),
new Operation("RightDiffAll", SR.Keys.LogicalOpRightDiffAll), new Operation("RightDiffAll", SR.Keys.LogicalOpRightDiffAll),