Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tdanner committed Jun 26, 2017
2 parents 6adca61 + ebe9db6 commit 847f534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/SwqlStudio/ObjectExplorer/ObjectExplorer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ private void RefreshServer(TreeNode node)
private void OpenActivityMonitor(TreeNode node)
{
var provider = node.Tag as IMetadataProvider;
if (provider != null)
if (provider != null && provider.ConnectionInfo.CanCreateSubscription)
ApplicationService.OpenActivityMonitor(provider.ConnectionInfo.Title + " Activity", provider.ConnectionInfo);
}

Expand Down

0 comments on commit 847f534

Please sign in to comment.