After upgrading Jenkins to 2.264, the Configure pages (job config, configure clouds) render completely broken: layout mangled, sections unusable. This was the tables-to-divs UI modernization in Jenkins core 2.264, which broke configuration pages of plugins that still used the old table-based markup. The EC2 plugin and branch-api were among the culprits. The core upgrade itself is fine; the breakage comes from outdated plugins rendering config forms.