From e3d358f99e3340d571d0214113f01c0e9534aa53 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Fri, 22 Jan 2021 11:16:03 -0500 Subject: [PATCH] ui: stop filtering status to changed for successful playbooks It's useful to filter status to failed/unreachable for failed playbooks but filtering for changed results by default often leads to no results being shown at all in the case of playbooks without changes. I find myself clicking "clear filter" more times than the default filter being useful so let's not do that anymore. Change-Id: I7635a2282e1e12bbab4224960d36055a80be8f50 --- ara/ui/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ara/ui/templates/index.html b/ara/ui/templates/index.html index 715f784c..f1e0b136 100644 --- a/ara/ui/templates/index.html +++ b/ara/ui/templates/index.html @@ -169,7 +169,7 @@ {% if playbook.status == "failed" %} {% else %} - + {% endif %} {% endif %} {% if playbook.name is not None %}{{ playbook.name }}{% else %}{{ playbook.path | truncatepath:50 }}{% endif %}