David Edler

Results 173 comments of David Edler

I mixed it up, because the fix to match columns in instance list vs creating instances is actually not yet merged. Part of this open pr https://github.com/canonical/lxd-ui/pull/1450

Thank you for the request. I think this is a misunderstanding of alphanumeric, meaning ASCII only alphanumeric characters. I wonder if we should adapt the help text, or this is...

If I understand correctly, you want a usage history per instance. This is possible today by adding an external Grafana instance, which can be run as a container inside LXD....

> What about embedding the instance's stat panels from the Grafana LXD dashboard on the Metrics tab I tested embedding grafana back when building the metrics link. While this is...

I agree, this would be a nice feature also to include the entry point at the leases page. It is currently possible with the yaml editor on the instance configuration...

Thank you for opening the issue. I can reproduce the issue. Today, the UI can't differentiate if the guest OS is windows. I see no signal or condition to disable...

We came up with a [useSortTableData](https://github.com/canonical/lxd-ui/blob/main/src/util/useSortTableData.tsx) hook to solve this. Probably worth upstreaming this into react-components now that you mention this issue.

> Another idea for this: > > Set up a background task in LXD to generate a UUID or token and store it in the database. The UUID should be...

Thanks, can you give a bit more details what "Service UI just hangs entirely" means? Maybe post a screenshot of the problem.

Thanks for the details. From your symptom description it sounds to me like the identity token refresh in the API is broken. @markylaing or @tomponline do you have an idea...