From 4afc8838b13997e4eb3e71e17534466832f03182 Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Tue, 28 May 2019 19:03:42 -0400 Subject: [PATCH] adding columns https://github.com/SummitRoute/aws_research/issues/9 --- service_support.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/service_support.html b/service_support.html index 8e26c37..0ef607d 100644 --- a/service_support.html +++ b/service_support.html @@ -80,10 +80,14 @@

AWS Service Support

columns:[ {title:"Service", field:"service", sorter:"string", width:200}, {title:"SLA", field:"sla", formatter:formatcolor, sorter:"string"}, - {title:"CloudTrail support", field:"cloudtrail", formatter:formatcolor, sorter:"string"}, - {title:"Config support", field:"config", formatter:formatcolor, sorter:"string"}, + {title:"Autoscaling", field:"autoscaling", formatter:formatcolor, sorter:"string"}, + {title:"Backup", field:"backup", formatter:formatcolor, sorter:"string"}, + {title:"CloudFormation", field:"cloudformation", formatter:formatcolor, sorter:"string"}, + {title:"CloudTrail", field:"cloudtrail", formatter:formatcolor, sorter:"string"}, + {title:"Config", field:"config", formatter:formatcolor, sorter:"string"}, {title:"Encryption at rest by default", field:"encryption_at_rest", formatter:formatcolor, sorter:"string"}, - {title:"Runs in all regions", field:"all_regions", formatter:formatcolor, sorter:"string"} + {title:"Tagging", field:"tagging", formatter:formatcolor, sorter:"string"}, + {title:"All regions", field:"all_regions", formatter:formatcolor, sorter:"string"}, ], });