Commit 6325635f by utkarshcmu

Corrected the frontend filename

parent 7612e47a
...@@ -66,7 +66,7 @@ func init() { ...@@ -66,7 +66,7 @@ func init() {
} }
// Whenever this list is updated, frontend list should also be updated. // Whenever this list is updated, frontend list should also be updated.
// Please update the region list in public/app/features/org/datasourceEditCtrl.js // Please update the region list in public/app/plugins/datasource/cloudwatch/partials/config.html
func handleGetRegions(req *cwRequest, c *middleware.Context) { func handleGetRegions(req *cwRequest, c *middleware.Context) {
regions := []string{ regions := []string{
"us-west-2", "us-west-1", "eu-west-1", "eu-central-1", "ap-southeast-1", "us-west-2", "us-west-1", "eu-west-1", "eu-central-1", "ap-southeast-1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment