opendcim / openDCIM

An open source (GPL v3) Data Center Inventory Management (DCIM) application.
http://opendcim.org
305 stars 204 forks source link

Device Images no longer clickable? #1478

Closed LFrank2021 closed 10 months ago

LFrank2021 commented 10 months ago

Hi,

with 23.04 the device images are no longer clickable. In previous version (at least 21.03), a click on the images opened a bigger view of the device images. Sometimes details were more visible then. Is the loss of this feature intended or unintended?

Try here https://demo.opendcim.org/devices.php?DeviceID=11

Kind regards Frank

wilpig commented 10 months ago

This is likely related to the jquery update. I've looked at it just enough to see that this on load function isn't firing.

https://github.com/opendcim/openDCIM/blob/master/devices.php#L1310