ui: new key for padding

This commit is contained in:
Jack Pearkes 2014-04-30 10:10:46 -04:00
parent 9577a63e91
commit a554f0815a
1 changed files with 5 additions and 0 deletions

View File

@ -99,13 +99,18 @@
<div class="panel-body">
<form class="form">
<div class="form-group">
<div class="input-group">
<span class="input-group-addon">{{topModel.parentKey}}</span>
{{ input value=newKey.key class="form-control" required=true }}
</div>
</div>
<div class="form-group">
{{ textarea value=newKey.value class="form-control"}}
</div>
<div class="form-group">
<button {{ action "createKey"}} {{bind-attr disabled=newKey.isInvalid }} {{ bind-attr class=":btn newKey.isValid:btn-success:btn-default" }}>Create</button>
</div>