Commit fdeeb735 by utkarshcmu

AWS Region as a mandatory field

parent d7ee7cb8
......@@ -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>
......
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