summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/predictors/autocomplete_action_predictor.html
blob: cc2e7597d3bedacbbb39c0bfd22424a48558135b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div id="autocompleteActionPredictorEnabledMode" hidden>
  <label>
    <input id="filter" type="checkbox" disabled>
    Filter zero confidences
  </label>
  <h2 id="countBanner"></h2>
  <!-- TODO(dominich): Sorting. -->
  <table id="databaseTable">
    <thead>
      <tr>
        <th>User Text</th>
        <th>URL</th>
        <th>Hit Count</th>
        <th>Miss Count</th>
        <th>Confidence</th>
      </tr>
    </thead>
    <tbody id="databaseTableBody">
    </tbody>
  </table>
</div>
<div id="autocompleteActionPredictorDisabledMode" hidden>
  <p>Autocomplete Action Predictor is disabled.</p>
</div>