Sha256: c1d253c76fb276911cbd7370bada1b69d874506f59f93bacfd5fac4523a53359
Contents?: true
Size: 729 Bytes
Versions: 11
Compression:
Stored size: 729 Bytes
Contents
# Use this hook to configure the default report view, etc. OldSql.setup do |config| # ==> Default Report View Configuration # The title of the Report Selection View. config.report_select_page_title = 'Old SQL Reports' # Configure the default report view. This setting will be used unless overridden # in config/old_sql/reports.yml. config.default_report_view = "jqgrid" # ==> jqGrid Report View Configuration # Height of the jqGrid component in the jqGrid report view. config.jqgrid_height = 630 # Width of the jqGrid component in the jqGrid report view. config.jqgrid_width = 800 # Number of rows to display in the jqGrid component in the jqGrid report view. config.jqgrid_row_num = 25 end
Version data entries
11 entries across 11 versions & 1 rubygems