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