opendcim / openDCIM

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

Patch panel to Server, Device Port not clickable #1454

Closed pentiumoverdrive closed 11 months ago

pentiumoverdrive commented 11 months ago

Running latest, "Device Port" selection on a patch panel seems broken on the demo site as well as my local install:

image

The drop down works, but nothing is clickable if you try to connect a server from the patch panel. Server to patch panel works fine.

No errors are logged.

wilpig commented 11 months ago

You already reported this and it was fixed in #1448

pentiumoverdrive commented 11 months ago

You already reported this and it was fixed in #1448

That one was fixed sure, but this is not the same.

wilpig commented 11 months ago

This is specific to patch panels somehow, but i've narrowed it down to the color attribute that we don't use for patch panels and this line.

https://github.com/opendcim/openDCIM/blob/master/scripts/common.js#L2735