NAICNO / Jobanalyzer

Easy to use resource usage report
MIT License
0 stars 1 forks source link

Load monitor web page query parameters #80

Open lars-t-hansen opened 1 year ago

lars-t-hansen commented 1 year ago

For the sake of being able to communicate URLs, it should be possible to add query parameters to the load monitor web page URL to select system & frequency, eg .../ml-webload.html?machine=ml6.hpc.uio.no&frequency=weekly.

lars-t-hansen commented 1 year ago

Probably, when selecting parameters from the dropdown the URL in the address bar should be updated appropriately, provided this does not disrupt the UI too much.

lars-t-hansen commented 10 months ago

Much of this is working now, apart from date ranges, so I'll deprioritize.

ashenr commented 3 months ago

Is this refers to the "Machine Details" page of the new dashboard?

lars-t-hansen commented 3 months ago

Is this refers to the "Machine Details" page of the new dashboard?

Yes, I believe so. I guess the URL has changed! I see in the new dashboard this is now .../ml/ml1.hpc.uio.no. That's fine with me, but then maybe the frequency should show up in the URL if it's not the default, eg .../ml/ml1.hpc.uio.no?frequency=weekly, so that that URL can be copied somewhere.

(This is only a suggestion, not a hard requirement, so by all means push back if you think it's not a good idea.)