Skip to content

Commit d891aef

Browse files
committed
Update for upload
Checks for limiting upload
1 parent 3bca9b4 commit d891aef

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

SqlMonitorUI/CheckManagerWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
Foreground="White"
6868
BorderThickness="0"
6969
FontSize="13"
70-
Cursor="Hand"/>
70+
Cursor="Hand" IsEnabled="False"/>
7171

7272
<Button x:Name="ExportButton"
7373
Content="📤 Export to JSON"

SqlMonitorUI/LiveMonitoringWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
Title="SQLDBA Live Performance Monitor"
55
Height="Auto"
6-
Width="1600"
6+
Width="1700"
77
WindowStyle="ToolWindow"
88
WindowStartupLocation="CenterOwner"
99

SqlMonitorUI/ScriptManagerWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
Foreground="White"
5858
BorderThickness="0"
5959
FontSize="13"
60-
Cursor="Hand"/>
60+
Cursor="Hand" IsEnabled="False"/>
6161

6262
<Button Content="➕ Add Script"
6363
Click="AddScriptButton_Click"

SqlMonitorUI/SqlMonitorUI.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
<SignAssembly>False</SignAssembly>
1717
<GenerateDocumentationFile>False</GenerateDocumentationFile>
1818
<ApplicationIcon>app.ico</ApplicationIcon>
19+
<Description>A SQL audit application with basic monitoring capabilities. This application also allows the upload of diagnostic audits to SQLDBA for processing.</Description>
20+
<PackageProjectUrl></PackageProjectUrl>
21+
<RepositoryUrl>https://github.com/SQLDBA-ORG/SQLHealthCheck</RepositoryUrl>
22+
<RepositoryType>git</RepositoryType>
23+
<PackageReleaseNotes>Update to use .NET 4.8 for backwards compatability with older SQL servers.
24+
Bugfixes on the monitoring scripts.
25+
Updated forms for modifying checks.
26+
Live monitoting update to include blocking queries.</PackageReleaseNotes>
27+
<AssemblyVersion>1.0.1.0</AssemblyVersion>
28+
<FileVersion>1.0.1.0</FileVersion>
1929
</PropertyGroup>
2030

2131
<ItemGroup>

0 commit comments

Comments
 (0)