uyuni-project/uyuni

Bugged layout in schedule creation

Etheryte opened this issue · 0 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()


See https://localhost:8080/rhn/admin/ScheduleDetail.do

This is probably the same column bug we're addressing other other tickets, but tracking this separately just in case it isn't.

Old theme:

Screenshot 2024-05-27 at 16 13 03

New theme:

Screenshot 2024-05-27 at 16 13 08

Definition of done

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