CMXX - Healthindex. Added healthindex flag to product to include and exclude products from healthindex

This commit is contained in:
“VeLiTi”
2024-10-08 16:00:22 +02:00
parent 9626b0a849
commit 9ffb1e41a9
6 changed files with 90 additions and 8 deletions

View File

@@ -210,6 +210,10 @@ $view .= '<div class="content-block">
<td style="width:25%;">'.$product_build.'</td>
<td>'.(($responses->build == 1)? $enabled : $disabled).'</td>
</tr>
<tr>
<td style="width:25%;">'.$view_asset_data_ranking.'</td>
<td>'.(($responses->healthindex == 1)? $enabled : $disabled).'</td>
</tr>
</table>
</div>
</div>