diff --git a/device-types/Generic/24-port-copper-patch-panel-half-depth.yaml b/device-types/Generic/24-port-copper-patch-panel-half-depth.yaml index ce9f8fcd0..f8d5abaa7 100644 --- a/device-types/Generic/24-port-copper-patch-panel-half-depth.yaml +++ b/device-types/Generic/24-port-copper-patch-panel-half-depth.yaml @@ -6,6 +6,7 @@ u_height: 1 is_full_depth: false 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-half-depth.yaml b/device-types/Generic/48-port-copper-patch-panel-half-depth.yaml index 636278182..45db26ef8 100644 --- a/device-types/Generic/48-port-copper-patch-panel-half-depth.yaml +++ b/device-types/Generic/48-port-copper-patch-panel-half-depth.yaml @@ -6,6 +6,7 @@ u_height: 2 is_full_depth: false 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-half-depth.yaml b/device-types/Generic/LC-24-port-fiber-patch-panel-half-depth.yaml index 37cf129f3..e3ab94940 100644 --- a/device-types/Generic/LC-24-port-fiber-patch-panel-half-depth.yaml +++ b/device-types/Generic/LC-24-port-fiber-patch-panel-half-depth.yaml @@ -6,6 +6,7 @@ u_height: 1 is_full_depth: false 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-half-depth.yaml b/device-types/Generic/LC-48-port-fiber-patch-panel-half-depth.yaml index 2320849fb..8a93bc7ad 100644 --- a/device-types/Generic/LC-48-port-fiber-patch-panel-half-depth.yaml +++ b/device-types/Generic/LC-48-port-fiber-patch-panel-half-depth.yaml @@ -6,6 +6,7 @@ u_height: 2 is_full_depth: false 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-half-depth.yaml b/device-types/Generic/SC-24-double-port-fiber-patch-panel-half-depth.yaml index a2579b304..bbd4fad5e 100644 --- a/device-types/Generic/SC-24-double-port-fiber-patch-panel-half-depth.yaml +++ b/device-types/Generic/SC-24-double-port-fiber-patch-panel-half-depth.yaml @@ -6,6 +6,7 @@ u_height: 1 is_full_depth: false 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-half-depth.front.png b/elevation-images/Generic/generic-24-port-copper-patch-panel-half-depth.front.png new file mode 100644 index 000000000..894726580 Binary files /dev/null and b/elevation-images/Generic/generic-24-port-copper-patch-panel-half-depth.front.png differ diff --git a/elevation-images/Generic/generic-48-port-copper-patch-panel-half-depth.front.png b/elevation-images/Generic/generic-48-port-copper-patch-panel-half-depth.front.png new file mode 100644 index 000000000..5d72f11a3 Binary files /dev/null and b/elevation-images/Generic/generic-48-port-copper-patch-panel-half-depth.front.png differ diff --git a/elevation-images/Generic/generic-lc-24-port-fiber-patch-panel-half-depth.front.png b/elevation-images/Generic/generic-lc-24-port-fiber-patch-panel-half-depth.front.png new file mode 100644 index 000000000..b2f675eb9 Binary files /dev/null and b/elevation-images/Generic/generic-lc-24-port-fiber-patch-panel-half-depth.front.png differ diff --git a/elevation-images/Generic/generic-lc-48-port-fiber-patch-panel-half-depth.front.png b/elevation-images/Generic/generic-lc-48-port-fiber-patch-panel-half-depth.front.png new file mode 100644 index 000000000..e4d42c815 Binary files /dev/null and b/elevation-images/Generic/generic-lc-48-port-fiber-patch-panel-half-depth.front.png differ diff --git a/elevation-images/Generic/generic-sc-24-double-port-fiber-patch-panel-half-depth.front.png b/elevation-images/Generic/generic-sc-24-double-port-fiber-patch-panel-half-depth.front.png new file mode 100644 index 000000000..95e7aeebe Binary files /dev/null and b/elevation-images/Generic/generic-sc-24-double-port-fiber-patch-panel-half-depth.front.png differ