Skip to content

Commit

Permalink
Add line to separate notions into configuration dialog box
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBerger committed Sep 6, 2013
1 parent be7a40e commit 5e28366
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpimonitor/web/js/rpimonitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,17 @@ function AddDialogs(){
'</div>'+
'<div class="modal-body">'+
'<p><label class="checkbox"><input type="checkbox" id="animate"> Animate progress bar</label></p>'+
'<hr>'+
'<p><form class="form-inline">'+
'<label class="checkbox"><input type="checkbox" id="shellinabox"> Show shellinabox menu</label> <br>'+
'&nbsp;&nbsp;&nbsp;&nbsp;'+
'<label class="checkbox"><input type="text" placeholder="Address" id="shellinaboxuri" class="input-medium"></label><br>'+
'&nbsp;&nbsp;&nbsp;&nbsp;'+
'<label class="checkbox" id="shellinaboxwarninglabel"><input type="checkbox" id="shellinaboxwarning"> Do not show warning on page close or refresh</label>'+
'</form></p>'+
'<hr>'+
'<p><label class="checkbox"><input type="checkbox" id="statusautorefresh"> Auto refresh status page</label></p>'+
'<hr>'+
'<p><label class="checkbox">Default graph timeline <select class="span3" id="active_rra">'+
'<option value="0" '+ ( active_rra == 0 ? 'selected' : '' ) +'>10s (24h total)</option>'+
'<option value="1" '+ ( active_rra == 1 ? 'selected' : '' ) +'>60s (2 days total)</option>'+
Expand Down

0 comments on commit 5e28366

Please sign in to comment.