Skip to content

Commit

Permalink
constant TOP_TABLES_BY_WASTED_SPACE_COUNT has been replaced with value
Browse files Browse the repository at this point in the history
  • Loading branch information
europ committed Jul 26, 2017
1 parent 78ac0fa commit 3ebdbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/ops_helper/textual_summary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def textual_vmdb_tables_most_wasted_space
:title => _("Tables with Most Wasted Space"),
:headers => [_("Name"), _("Wasted")],
:col_order => %w(name value),
:value => vmdb_table_top_rows(:wasted_bytes, TOP_TABLES_BY_WASTED_SPACE_COUNT)
:value => vmdb_table_top_rows(:wasted_bytes, 5)
}
end

Expand Down

0 comments on commit 3ebdbe0

Please sign in to comment.