Join Slack
Powered by
Hello, is it possible to somehow set the default t...
# ask-metaflow
a
acoustic-baker-72585
12/19/2024, 4:13 PM
Hello, is it possible to somehow set the default time range instead of 'Last 30 days'? I found the implementation for this, but I am not good at React. If this is not possible, how hard would it be to make such feature? Thanks
b
brave-lion-15961
12/19/2024, 10:10 PM
There are a couple of ways to do it as described in this comment
https://github.com/Netflix/metaflow-ui/blob/6f2f34a93f14649cc3fbca328052b8d455d18ec6/src/constants.ts#L43-L49
brave-lion-15961
12/19/2024, 10:11 PM
You could also set up your docker file with something like
ENV MF_DEFAULT_TIME_FILTER_DAYS=47
a
acoustic-baker-72585
12/20/2024, 8:34 AM
thanks!
Open in Slack
Previous
Next