This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Changing Default Time Period on Events Page

One of the the most used pages in my Orion web console is the Events page.  (Big surprise, eh?)  But I'm annoyed by the default time period of "Today".  I'm constantly changing that to "Last 12 Months" and refreshing, so that I can see all of my events.  I'd like to change the default, so that I can save myself those few clicks several times every day.

I did some poking around and found the following line at the top of the "Events.aspx.cs" file...

private static string defaultPeriod = "Today";

I changed "Today" to "Last 12 Months", but that didn't do it for me.  I know there has got to be a value somewhere that will make this simple change.  Can you tell me where it is?

Thanks.