Cloudron dashboard Domains UI
-
Just noticed that now the domains list is paged.
I prefer a single list (nice to visually scan a single list) but no worries, happy of course to go with the flow.
However it would be nice to be able to set the preferred page length (20,50,100).
Doesn't have to be stored setting, just 'run time' view change.
Not urgent or important, just something to consider. -
Since was a very small fix without a UI to actually set it, I've added support for
localStorage.cloudronPageSize
with https://git.cloudron.io/cloudron/box/-/commit/318285cb07a7d2e437437b73db4f0c0ab5b674ebSo with the next release you can do
localStorage.cloudronPageSize = 50
in the browser terminal and its persistent unless cleared locally. Lets see if there is need for a UI or such. -
Magic, thank you !