commit d301f9462fe155174b4e1a90159fc07a62cde4f4 Author: David Moreau Simard Date: Wed Oct 14 22:15:46 2020 -0400 ui: add amount of tasks in the playbook card and table We had this data but we didn't include it for some reason. It's at least as much relevant as the other numbers displayed so include it. Change-Id: I9b95a2cbe2bbee5bba1392e2d7d4afd6eebc6d03 diff --git a/ara/ui/templates/index.html b/ara/ui/templates/index.html index a1a50d4..d4da9fa 100644 --- a/ara/ui/templates/index.html +++ b/ara/ui/templates/index.html @@ -106,6 +106,7 @@ Labels Hosts Plays + Tasks Results Files Records @@ -173,6 +174,9 @@ {{ playbook.items.plays }} + + {{ playbook.items.tasks }} + {{ playbook.items.results }} diff --git a/ara/ui/templates/partials/playbook_card.html b/ara/ui/templates/partials/playbook_card.html index b6d22ec..fb43ba5 100644 --- a/ara/ui/templates/partials/playbook_card.html +++ b/ara/ui/templates/partials/playbook_card.html @@ -55,6 +55,11 @@
+ {{ playbook.items.tasks }} Tasks +
+
+
+
{{ playbook.items.results }} results