{% assign sorted_tests_istio = site.compatibility | sort: "timestamp" | reverse | where: "meshery-component",{{page.service-mesh}} %} {% for item in sorted_tests_istio %} {% if item.overall-status == "passing" %} {% assign overall-status = "background-color: #83B71E; color: white;" %} {% elsif item.overall-status == "partial" %} {% assign overall-status = "background-color: #EBC017; color: white;" %} {% elsif item.overall-status == "failing" %} {% assign overall-status = "background-color: #B32700; color: white;" %} {% else %} {% assign overall-status = "" %} {% endif %} {% if item.meshery-component-version == "edge" %} {% else %} {% endif %} {% if item.meshery-component-version == "edge" %} {% else %} {% endif %} {% if item.meshery-server-version == "edge" %} {% else %} {% endif %} {% endfor %}
Status Meshery Component Meshery Component Version Meshery Server Version Service Mesh Service Mesh Version