diff --git a/device-types/Generic/24-port-copper-patch-panel.yaml b/device-types/Generic/24-port-copper-patch-panel.yaml index 6771c87f4..76249291c 100644 --- a/device-types/Generic/24-port-copper-patch-panel.yaml +++ b/device-types/Generic/24-port-copper-patch-panel.yaml @@ -5,6 +5,7 @@ slug: generic-24-port-copper-patch-panel u_height: 1 airflow: passive is_powered: false +front_image: true front-ports: - name: Port 1 type: 8p8c diff --git a/device-types/Generic/48-port-copper-patch-panel.yaml b/device-types/Generic/48-port-copper-patch-panel.yaml index 3baec45aa..fc5ee75ff 100644 --- a/device-types/Generic/48-port-copper-patch-panel.yaml +++ b/device-types/Generic/48-port-copper-patch-panel.yaml @@ -5,6 +5,7 @@ slug: generic-48-port-copper-patch-panel u_height: 2 airflow: passive is_powered: false +front_image: true front-ports: - name: Port 1 type: 8p8c diff --git a/device-types/Generic/LC-24-port-fiber-patch-panel.yaml b/device-types/Generic/LC-24-port-fiber-patch-panel.yaml index 7724917d7..042c775bb 100644 --- a/device-types/Generic/LC-24-port-fiber-patch-panel.yaml +++ b/device-types/Generic/LC-24-port-fiber-patch-panel.yaml @@ -5,6 +5,7 @@ slug: generic-lc-24-port-fiber-patch-panel u_height: 1 airflow: passive is_powered: false +front_image: true front-ports: - name: Port 1 type: lc diff --git a/device-types/Generic/LC-48-port-fiber-patch-panel.yaml b/device-types/Generic/LC-48-port-fiber-patch-panel.yaml index 01540e9c4..857792a00 100644 --- a/device-types/Generic/LC-48-port-fiber-patch-panel.yaml +++ b/device-types/Generic/LC-48-port-fiber-patch-panel.yaml @@ -5,6 +5,7 @@ slug: generic-lc-48-port-fiber-patch-panel u_height: 2 airflow: passive is_powered: false +front_image: true front-ports: - name: Port 1 type: lc diff --git a/device-types/Generic/SC-24-double-port-fiber-patch-panel.yaml b/device-types/Generic/SC-24-double-port-fiber-patch-panel.yaml index a1afd4684..a60749714 100644 --- a/device-types/Generic/SC-24-double-port-fiber-patch-panel.yaml +++ b/device-types/Generic/SC-24-double-port-fiber-patch-panel.yaml @@ -6,6 +6,7 @@ u_height: 1 is_full_depth: true airflow: passive is_powered: false +front_image: true front-ports: - name: '1.1' type: sc diff --git a/elevation-images/Generic/generic-24-port-copper-patch-panel.front.png b/elevation-images/Generic/generic-24-port-copper-patch-panel.front.png new file mode 100644 index 000000000..48fe15f24 Binary files /dev/null and b/elevation-images/Generic/generic-24-port-copper-patch-panel.front.png differ diff --git a/elevation-images/Generic/generic-48-port-copper-patch-panel.front.png b/elevation-images/Generic/generic-48-port-copper-patch-panel.front.png new file mode 100644 index 000000000..3f6169bc7 Binary files /dev/null and b/elevation-images/Generic/generic-48-port-copper-patch-panel.front.png differ diff --git a/elevation-images/Generic/generic-lc-24-port-fiber-patch-panel.front.png b/elevation-images/Generic/generic-lc-24-port-fiber-patch-panel.front.png new file mode 100644 index 000000000..be1c88ced Binary files /dev/null and b/elevation-images/Generic/generic-lc-24-port-fiber-patch-panel.front.png differ diff --git a/elevation-images/Generic/generic-lc-48-port-fiber-patch-panel.front.png b/elevation-images/Generic/generic-lc-48-port-fiber-patch-panel.front.png new file mode 100644 index 000000000..1bf2f7729 Binary files /dev/null and b/elevation-images/Generic/generic-lc-48-port-fiber-patch-panel.front.png differ diff --git a/elevation-images/Generic/generic-sc-24-double-port-fiber-patch-panel.front.png b/elevation-images/Generic/generic-sc-24-double-port-fiber-patch-panel.front.png new file mode 100644 index 000000000..f240962c5 Binary files /dev/null and b/elevation-images/Generic/generic-sc-24-double-port-fiber-patch-panel.front.png differ