uyuni-project/uyuni

Broken layouts in setup wizard

Etheryte opened this issue · 1 comments

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.

This is fixed in #8875.