Skip to content

Commit

Permalink
Allow datetime fields in chargeback for VM report
Browse files Browse the repository at this point in the history
  • Loading branch information
lpichler committed Mar 7, 2018
1 parent eb3857f commit 6030420
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/controllers/report_controller/reports/editor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ module ReportController::Reports::Editor
-vm_uid
).freeze

METERING_VM_ALLOWED_FIELD_SUFFIXES = %w(
-beginning_of_resource_existence_in_report_interval
-end_of_resource_existence_in_report_interval
).freeze

MAX_REPORT_COLUMNS = 100 # Default maximum number of columns in a report
GRAPH_MAX_COUNT = 10

Expand Down

0 comments on commit 6030420

Please sign in to comment.