Skip to content

Commit

Permalink
Table Size report - adjust column size
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWiseman committed Apr 30, 2024
1 parent dac9b35 commit 918bbf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DBADashGUI/CustomReports/SystemReports.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ public SystemReports()
{
new("ObjectID", new PersistedColumnLayout { Width = 100, Visible = false }),
new("InstanceID", new PersistedColumnLayout { Width = 100, Visible = false }),
new("Instance", new PersistedColumnLayout { Width = 150, Visible = true }),
new("Instance", new PersistedColumnLayout { Width = 200, Visible = true }),
new("DB", new PersistedColumnLayout { Width = 150, Visible = true }),
new("SchemaName", new PersistedColumnLayout { Width = 100, Visible = true }),
new("ObjectName", new PersistedColumnLayout { Width = 150, Visible = true }),
new("Rows", new PersistedColumnLayout { Width = 70, Visible = true }),
new("ObjectName", new PersistedColumnLayout { Width = 200, Visible = true }),
new("Rows", new PersistedColumnLayout { Width = 100, Visible = true }),
new("Reserved_KB", new PersistedColumnLayout { Width = 100, Visible = true }),
new("Used_KB", new PersistedColumnLayout { Width = 100, Visible = true }),
new("Data_KB", new PersistedColumnLayout { Width = 100, Visible = true }),
Expand Down

0 comments on commit 918bbf2

Please sign in to comment.