- progress

This commit is contained in:
Edin Dazdarevic
2015-05-29 21:10:07 +02:00
parent bd61e4eef8
commit 797b93e81c
14 changed files with 287 additions and 23 deletions

View File

@@ -1,7 +1,11 @@
<template name='configPage'>
<div class='container'>
<div class='row'>
<h1>confighub.io</h1>
<div class="page-header">
<a href="/">
<h1>confighub.io</h1>
</a>
</div>
<div class='col-lg-12'>
<h2>
Configuration for {{ config.type }}
@@ -12,11 +16,11 @@
<div class="col-lg-12">
Description <input type="text" value={{config.description}}>
Description <input type="text" class='description' value={{config.description}}>
</div>
<div class="col-lg-12">
File path <input type="text" value={{config.filePath}}>
File path <input type="text" class='file-path' value={{config.filePath}}>
</div>
</div>
<div class="row">