Merge pull request #2666 from westlywright/master

fix css on amazon cloudkey
This commit is contained in:
Westly Wright 2019-02-16 09:00:44 -07:00 committed by GitHub
commit 6a812e5576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
{{#if (eq cloudKeyType "amazon")}} {{#if (eq cloudKeyType "amazon")}}
<div class="row"> <div class="row">
<div class="col span-4"> <div class="col span-6">
<label class="acc-label">{{t "nodeDriver.amazonec2.region.label"}}</label> <label class="acc-label">{{t "nodeDriver.amazonec2.region.label"}}</label>
<select class="form-control" onchange={{action (mut region) value="target.value"}}> <select class="form-control" onchange={{action (mut region) value="target.value"}}>
<option value="" selected={{eq region choice}}>Select a region</option> <option value="" selected={{eq region choice}}>Select a region</option>