Package and Network report hotfix

Change-Id: If50def3e350632785eda7277335518fd1cacd42d
Related-PROD: PROD-38972
diff --git a/templates/pkg_versions_html.j2 b/templates/pkg_versions_html.j2
index 736146b..dea3956 100644
--- a/templates/pkg_versions_html.j2
+++ b/templates/pkg_versions_html.j2
@@ -271,7 +271,7 @@
             {% set dat = pkg_dict[pkg_name] %}
                 {% set status_to_show = dat['results'].keys() | get_max %}
                 {% set action_to_show = dat['results'][status_to_show].keys() | get_max %}
-                {% if status_err != status_to_show and status_down !=  status_to_show %}
+                {% if status_err != status_to_show and status_down !=  status_to_show and status_warn != status_to_show %}
                     {% call render_package(pkg_name, dat, status_to_show, action_to_show, id_label) %}
                     {% endcall %}
                 {% endif %}