Add count to host group summary field.

This commit is contained in:
Aaron Tan
2017-06-09 13:47:05 -04:00
parent ba539c7ff6
commit b09ad85978
3 changed files with 17 additions and 6 deletions
+2 -2
View File
@@ -19,6 +19,6 @@ from awx.main.utils.common import ( # noqa
build_proot_temp_dir,
wrap_args_with_proot,
get_system_task_capacity,
decrypt_field_value
decrypt_field_value,
has_model_field_prefetched
)