Skip to content

Commit

Permalink
[Uptime] Change default status filter in ping list to all on monitor …
Browse files Browse the repository at this point in the history
…page (#47108)

* change default status filter in ping list to all

* update snaps
  • Loading branch information
shahzad31 committed Oct 7, 2019
1 parent 6bccfb3 commit 2785ee7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ export const CLIENT_DEFAULTS = {
MONITOR_LIST_SORT_DIRECTION: 'asc',
MONITOR_LIST_SORT_FIELD: 'monitor_id',
SEARCH: '',
SELECTED_PING_LIST_STATUS: 'down',
SELECTED_PING_LIST_STATUS: '',
STATUS_FILTER: '',
};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2785ee7

Please sign in to comment.