mirror of https://github.com/rancher/ui.git
Add back in Add Key button
This commit is contained in:
parent
ea34bc0ab0
commit
1c55464ecf
|
|
@ -10,7 +10,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if (eq key 'publicValues')}}
|
{{#if (eq key 'publicValues')}}
|
||||||
{{#each-in (get selectedKey key) as |pKey pValue|}}
|
{{#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>
|
<label for="">{{pKey}}</label>
|
||||||
{{input type='text' value=publicValue}}
|
{{input type='text' value=publicValue}}
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -34,9 +34,9 @@
|
||||||
<div class="col span-6">
|
<div class="col span-6">
|
||||||
<div class="col-inline clearfix">
|
<div class="col-inline clearfix">
|
||||||
<label for="">{{t 'addHostTemplate.choose.label'}}</label>
|
<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>
|
<a class="btn bg-transparent p-0" role="button" {{action "addKey"}}>{{t 'addHostTemplate.choose.add'}}</a>
|
||||||
</div> --}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{new-select
|
{{new-select
|
||||||
classNames="form-control"
|
classNames="form-control"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue