-
Bug
-
Resolution: Fixed
-
Minor
-
-
2.445 (partial fix) + 2.446
Per https://github.com/jenkinsci/jenkins/pull/8791#issuecomment-1930076527
That change caused a regression.
How to reproduce:
- Have some admin warnings
- Go to /computer
- Click to show the admin monitors
- Click again to hide them
-> The buttons to add new Node and configure monitors are not working anymore as they are hidden behind the div with z-index 1000 and opacity: 0
That div should be hidden with display: none