Sha256: a267423327d8ec376f0eed721498fd029daaebeadac1262abc2bded69661a6ca
Contents?: true
Size: 1.74 KB
Versions: 17
Compression:
Stored size: 1.74 KB
Contents
<h2>Logs</h2> <div id="stdout_header"> <div> <%= text_field_tag :log_search, nil, placeholder: 'Search query' %> / <%= text_field_tag :regex_options, nil, placeholder: 'Regex options' %> <%= button_tag 'Regex Help', id: "regex_help" %> <div class="description"> <strong>Regex Options</strong> <table cellpadding="5"> <thead> <tr> <td><b>Option</b></td> <td><b>Notes</b></td> </tr> <tr> <td>i</td> <td>case insensitive</td> </tr> <tr> <td>m</td> <td>make dot match newlines</td> </tr> <tr> <td>x</td> <td>ignore whitespace in regex</td> </tr> </thead> </table> </div> <div> <%= label_tag :auto_update, 'Grep:' %> <%= check_box_tag :grep, 1, false, id: :grep %> </div> </br> <div> <%= label_tag 'From:' %> <%= render partial: 'naf/shared/date_select', locals: { prefix: 'date_select_from', dropdown_width: 'width: 6%;' } %> </br> <%= label_tag 'To:' %> <%= render partial: 'naf/shared/date_select', locals: { prefix: 'date_select_to', dropdown_width: 'width: 6%;' } %> </div> <%= link_to 'Auto Scroll (ON)', '#', id: :auto_scroll %> </br></br> <%= submit_tag("Search the logs", id: 'log_search_submit') %> <%= link_to 'Full Screen', { controller: 'log_viewer', action: 'index', record_id: record_id, record_type: record_type }, { class: 'full_screen' } %> </div> </div> </br> <FONT FACE= "Courier New"> <div id="stdout" class="scrollable-output" ></div> <FONT FACE= "Arial">
Version data entries
17 entries across 17 versions & 1 rubygems