feat: Remove hard-coded enclosure status elements from platform row rendering
This commit is contained in:
@@ -2973,11 +2973,7 @@ function oribi_render_platform_row($a)
|
||||
$en .= '</div>';
|
||||
$en .= '</div>';
|
||||
$en .= '</div>';
|
||||
$en .= '<div class="encl-status">';
|
||||
$en .= '<span class="encl-status__pill encl-status__pill--green">IP65</span>';
|
||||
$en .= '<span class="encl-status__pill encl-status__pill--blue">-20°C to +50°C</span>';
|
||||
$en .= '<span class="encl-status__pill encl-status__pill--amber">Fan Active</span>';
|
||||
$en .= '</div>';
|
||||
|
||||
$en .= '</div>';
|
||||
$visual_html = $en;
|
||||
$visual_cls = 'platform-visual has-enclosure';
|
||||
|
||||
Reference in New Issue
Block a user