Local browser storage

Is it possible to save data to the local browser storage and have that data loaded to a specific element input fields when the dashboard loads?

Hi @Srichman0128
Depends on what kind of “data” you’re talking about.
Give set-udcookie a go, either that or the $session var.


https://docs.universaldashboard.io/endpoints/custom-variable-scopes

Prolly best to go for session :slight_smile:

1 Like

We can create new commands that save and get from local storage

2 Likes

My goal would be to store admin login username and password so when accessing the dashboard that info will be automatically populated into specific inputs fields instead of the user having to input it each time the dashboard is accessed or the page is refreshed

Would the set-udcookie or the $session option work best for that scenario? Thanks

Commands created will send a pr