bunch of stuff

This commit is contained in:
Edin Dazdarevic
2015-05-28 17:06:59 +02:00
parent 9641f4fee7
commit 701f0844a6
7 changed files with 157 additions and 66 deletions

View File

@@ -4,15 +4,26 @@
<h1>confighub.io</h1>
<div class='col-lg-12'>
<h2>
Configuration page for {{ machine.machineId}} {{ config.type }} {{ config.description }}
Configuration for {{ config.type }}
</h2>
</div>
</div>
<div class="row">
<div class="col-lg-12">
{{> CodeMirror id="config-content" name="config-content" options=editorOptions code=editorCode reactiveVar="varName"}}
Description <input type="text" value={{config.description}}>
</div>
<div class="col-lg-12">
File path <input type="text" value={{config.filePath}}>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<!-- {{config.content}} -->
{{> CodeMirror id="config-content" name="config-content" options=editorOptions code=editorCode }}
</div>
</div>
<div class="row">