summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/translate_internals/detection_logs.html
blob: b3753d7fbb0efd89b8c549ca5366584d34e6cf6f (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
25
26
27
28
29
30
31
<!--
Copyright 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<div>
  <h2>Detection Logs <button id="detection-logs-dump">Dump</button></h2>
  <table>
    <thead>
      <tr>
        <th class="detection-logs-time">Time</th>
        <th class="detection-logs-url">URL</th>
        <th class="detection-logs-content-language">
          Content-Language
        </th>
        <th class="detection-logs-cld-language">
          Language detected by CLD
        </th>
        <th class="detection-logs-is-cld-reliable">
          Is CLD reliable?
        </th>
        <th class="detection-html-root-language">
          html lang attribute
        </th>
        <th class="detection-logs-adopted-language">Adopted language</th>
        <th class="detection-logs-content">Content</th>
      </tr>
    </thead>
    <tbody></tbody>
  </table>
</div>