Started working on 2 min heartbeats.
This commit is contained in:
19
options.html
19
options.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user