From 6f16a698f50a93434c4bbea4ea3d388c72fbbeba Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Thu, 9 Apr 2026 10:39:12 -0400 Subject: [PATCH] feat: Remove hard-coded enclosure status elements from platform row rendering --- theme/blocks/index.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/theme/blocks/index.php b/theme/blocks/index.php index b2e2eec..2926b46 100644 --- a/theme/blocks/index.php +++ b/theme/blocks/index.php @@ -2973,11 +2973,7 @@ function oribi_render_platform_row($a) $en .= ''; $en .= ''; $en .= ''; - $en .= '
'; - $en .= 'IP65'; - $en .= '-20°C to +50°C'; - $en .= 'Fan Active'; - $en .= '
'; + $en .= ''; $visual_html = $en; $visual_cls = 'platform-visual has-enclosure';