Jelle van der Waa

Results 396 comments of Jelle van der Waa

Thanks for the information.

See for example https://rocketvalidator.com/html-validation/the-name-attribute-is-obsolete-consider-putting-an-id-attribute-on-the-nearest-container-instead

> I pretty firmly believe the infra container is just an implementation detail and we shouldn't show it as a normal container. In this case, someone would just be deleting...

Looking at it, it seems that the width of 800-1000px is the issue: Maximum min-width where everything shows "ok": ![image](https://user-images.githubusercontent.com/67428/142599686-3bfe1f11-a412-41f2-8f1c-53e967db9ab0.png) < 800px everything is moved under to a column layout...

For the most part it's done, the only thing left is some small issues the md breakpoint but in general it looks a lot better now.

The memory limit is already shown, first one is limited to 100 MB the other one uses the default limit (our test vm so 1GB) ![image](https://user-images.githubusercontent.com/67428/148396918-e9ff556f-e672-4d96-8c35-1d7c8865fe2f.png)

Mounts (volumes) information is available in podman's rest api along with the readable/writeable status. SELinux labels do not seem to be exposed as of yet. Issue here https://github.com/containers/podman/issues/13038 ![image](https://user-images.githubusercontent.com/67428/151362840-04f35268-21c3-4779-916b-7880cdeefc41.png)

Link to [PR](https://github.com/cockpit-project/cockpit-podman/pull/923)

This happens due to the resize event being triggered when switching which at that point is leads to 0 being saved in state as width. Switching back divides by 0....

rawhide blocked by https://github.com/cockpit-project/cockpit/pull/17652