Skip to content

Commit

Permalink
adding columns
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron committed May 28, 2019
1 parent 0c44b76 commit 4afc883
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions service_support.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,14 @@ <h1>AWS Service Support</h1>
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"},
],
});

Expand Down

0 comments on commit 4afc883

Please sign in to comment.