From 1c55464ecf09a31e6af4272ef33b4ab2bf1eca92 Mon Sep 17 00:00:00 2001 From: Westly Wright Date: Tue, 4 Apr 2017 15:23:44 -0700 Subject: [PATCH] Add back in Add Key button --- app/components/add-host-template/template.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/add-host-template/template.hbs b/app/components/add-host-template/template.hbs index d12b8240d..4b1701cbc 100644 --- a/app/components/add-host-template/template.hbs +++ b/app/components/add-host-template/template.hbs @@ -10,7 +10,7 @@ {{/if}} {{#if (eq key 'publicValues')}} {{#each-in (get selectedKey key) as |pKey pValue|}} -
+
{{input type='text' value=publicValue}}
@@ -34,9 +34,9 @@
- {{!--
{{new-select classNames="form-control"