You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/views/dba_history/_list_sql_detail_historic.html.erb
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -173,8 +173,9 @@ Hash-value over total optimizer environment + Number of different optimizer envi
173
173
:parsing_schema_name=>@parsing_schema_name,
174
174
min_snap_id: @sql.min_snap_id,
175
175
max_snap_id: @sql.max_snap_id,
176
-
:time_selection_start=>localeDateTime(@sql.first_occurrence),# show ASH for the whole AWR snapshot instead of requested period which may be only one second (@time_selection_start)
177
-
:time_selection_end=>localeDateTime(@sql.last_occurrence),# show ASH for the whole AWR snapshot instead of requested period which may be only one second (@time_selection_end)
176
+
# show ASH for the whole AWR snapshot instead of requested period which may be only one second (@time_selection_start)
0 commit comments