Browse Source

AWS Region as a mandatory field

utkarshcmu 10 years ago
parent
commit
fdeeb73587
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/plugins/datasource/cloudwatch/partials/config.html

+ 1 - 1
public/app/plugins/datasource/cloudwatch/partials/config.html

@@ -20,7 +20,7 @@
 					Default Region<tip>Specify the region, such as for US West (Oregon) use ` us-west-2 ` as the region.</tip>
 					Default Region<tip>Specify the region, such as for US West (Oregon) use ` us-west-2 ` as the region.</tip>
 				</li>
 				</li>
 				<li>
 				<li>
-					<input type="text" class="tight-form-input input-large last" ng-model='current.jsonData.defaultRegion' placeholder=""></input>
+					<input type="text" class="tight-form-input input-large last" ng-model='current.jsonData.defaultRegion' placeholder="region name" required></input>
 				</li>
 				</li>
 			</ul>
 			</ul>
 			<div class="clearfix"></div>
 			<div class="clearfix"></div>