Add back in Add Key button

This commit is contained in:
Westly Wright 2017-04-04 15:23:44 -07:00
parent ea34bc0ab0
commit 1c55464ecf
No known key found for this signature in database
GPG Key ID: 90C6F54EB2513CAE
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
{{/if}}
{{#if (eq key 'publicValues')}}
{{#each-in (get selectedKey key) as |pKey pValue|}}
<div class="col span-6 pt-5">
<div class="col span-6" style="padding-top: 7px;">
<label for="">{{pKey}}</label>
{{input type='text' value=publicValue}}
</div>
@ -34,9 +34,9 @@
<div class="col span-6">
<div class="col-inline clearfix">
<label for="">{{t 'addHostTemplate.choose.label'}}</label>
{{!-- <div class="pull-right text-small">
<div class="pull-right text-small">
<a class="btn bg-transparent p-0" role="button" {{action "addKey"}}>{{t 'addHostTemplate.choose.add'}}</a>
</div> --}}
</div>
</div>
{{new-select
classNames="form-control"