Просмотр исходного кода

AWS Region as a mandatory field

utkarshcmu 10 лет назад
Родитель
Сommit
fdeeb73587
1 измененных файлов с 1 добавлено и 1 удалено
  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>
 				</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>
 			</ul>
 			<div class="clearfix"></div>