From 5fea2829548467dd5b5c6f8a7d3f1ab35ec285f8 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 10 Jun 2016 14:51:51 -0400 Subject: [PATCH] Add 'Tag None' help to AWS 'Only Group By' popover. re: #2291 --- awx/ui/client/src/forms/Groups.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/src/forms/Groups.js b/awx/ui/client/src/forms/Groups.js index 49527df717..47950103f6 100644 --- a/awx/ui/client/src/forms/Groups.js +++ b/awx/ui/client/src/forms/Groups.js @@ -134,6 +134,7 @@ export default "
  • Security Group: security_groups » security_group_default
  • " + "
  • Tags: tags » tag_Name » tag_Name_host1
  • " + "
  • VPC ID: vpcs » vpc-5ca1ab1e
  • " + + "
  • Tag None: tags » tag_none
  • " + "

    If blank, all groups above are created except Instance ID.

    ", dataContainer: 'body' },