- progress
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user