CMXX - Healthindex. Added healthindex flag to product to include and exclude products from healthindex
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user