Hi, i want to create a drop down list of time frames:
- last 5 minutes
- last 15 minutes
…
from this time from after one is chosen, make http call, and parse the response json into a table
is there a friendly way of doing this?
Hi, i want to create a drop down list of time frames:
from this time from after one is chosen, make http call, and parse the response json into a table
is there a friendly way of doing this?
If I understand your question correctly, this has nothing to do with Hugo. You would need to accomplish this with JavaScript, outside the scope of this forum.