mirror of https://github.com/rancher/ui.git
Merge pull request #2666 from westlywright/master
fix css on amazon cloudkey
This commit is contained in:
commit
6a812e5576
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue