-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I presume you're looking at When you click Delete, this page should remain displayed but dimmed, and a pop-up should appear in front of it: This works for me (just tested it with 3.3.7 and Chrome), so something is wrong with your system. Maybe you are blocking Javascript? Maybe your browser has some old Javascript cached? (Try clicking shift-reload then try again). Maybe the upgrade process missed the Since Javascript is involved, I suggest you open your browser's developer console, then click the Delete button, and see if you get any Javascript errors logged. |
Beta Was this translation helpful? Give feedback.
I presume you're looking at
/dcim/devices/1159/
. This will show you the device details page.When you click Delete, this page should remain displayed but dimmed, and a pop-up should appear in front of it:
This works for me (just tested it with 3.3.7 and Chrome), so something is wrong with your system. Maybe you are blocking Javascript? Maybe your browser has some old Javascript cached? (Try clicking shift-reload then try again). Maybe the upgrade process missed the
collectstatic
step? (But if you ran./upgrade.sh
that should have been taken care of)Since Javascript is involved, I suggest you open your browser's developer console, then click the Delete button, and see if you get any Java…