Started working on 2 min heartbeats.

This commit is contained in:
Mario Basic
2015-06-03 01:33:46 +02:00
parent d44bda3767
commit 9e819390c0
9 changed files with 324 additions and 11 deletions

View File

@@ -36,6 +36,25 @@
</select>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">Logging type</label>
<div class="col-lg-10">
<div class="radio">
<label>
<input type="radio" name="loggingType" id="domainType" value="domain" checked="">
Only the domain
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="loggingType" id="urlType" value="url">
Entire URL
</label>
</div>
</div>
</div>
<div class="form-group">
<div class="col-lg-10 col-lg-offset-2">
<button id="save" type="submit" class="btn btn-primary">Save</button>