uyuni-project / uyuni

Source code for Uyuni
https://www.uyuni-project.org/
GNU General Public License v2.0
431 stars 180 forks source link

Broken layouts in setup wizard #8764

Closed Etheryte closed 2 months ago

Etheryte commented 4 months ago

Part of https://github.com/SUSE/spacewalk/issues/18940

All urls below are specified as the dev proxy (yarn proxy https://...), since that's the most convenient way to work on these issues.

To switch between the new theme and the old theme in the console: debugUtils.toggleUpdatedTheme()
To switch between the Suma theme and the Uyuni theme: debugUtils.toggleTheme()


All subpages on the setup wizard need some adjustments, some of the elements are misaligned, some overflow their containers.

https://localhost:8080/rhn/admin/setup/ProxySettings.do

https://localhost:8080/rhn/admin/setup/MirrorCredentials.do

https://localhost:8080/rhn/manager/admin/setup/products

https://localhost:8080/rhn/manager/admin/setup/payg

Definition of done

The updated theme has no visual bugs, all related page urls are added to ViewHelper.java and view-helper.ts.

Etheryte commented 4 months ago

This is fixed in https://github.com/uyuni-project/uyuni/pull/8875.