github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/prow/cmd/deck/static/tide.html (about)

     1  <!DOCTYPE html>
     2  <html>
     3      <head>
     4          <meta charset="UTF-8">
     5          <title>Tide Status</title>
     6          <link id="favicon" rel="icon" type="image/png" href="favicon.ico">
     7          <link rel="stylesheet" type="text/css" href="style.css">
     8          <link rel="stylesheet" type="text/css" href="extensions/style.css">
     9          <link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
    10          <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
    11          <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
    12          <script type="text/javascript" src="tidescript.js"></script>
    13          <script type="text/javascript" src="tide.js?var=tideData"></script>
    14          <script type="text/javascript" src="extensions/script.js"></script>
    15          <script type="text/javascript" src="branding.js?var=branding"></script>
    16          <script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
    17      </head>
    18      <body>
    19          <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
    20              <header class="mdl-layout__header">
    21                  <div class="mdl-layout__header-row">
    22                      <a href="https://github.com/kubernetes/test-infra/tree/master/prow#prow" class="logo"><img id="img" src="/logo.svg" alt="kubernetes logo" class="logo"/></a>
    23                      <span class="mdl-layout-title header-title">Tide Status</span>
    24                  </div>
    25              </header>
    26              <div class="mdl-layout__drawer">
    27                  <span class="mdl-layout-title">Prow Dashboard</span>
    28                  <nav class="mdl-navigation">
    29                      <a class="mdl-navigation__link" href="/">Prow Status</a>
    30                      <a class="mdl-navigation__link" href="/pr">PR Status</a>
    31                      <a class="mdl-navigation__link" href="/command-help">Command Help</a>
    32                      <a class="mdl-navigation__link mdl-navigation__link--current" href="/tide">Tide Status</a>
    33                      <a class="mdl-navigation__link" href="/plugins">Plugins</a>
    34                  </nav>
    35              </div>
    36              <main class="mdl-layout__content">
    37                  <article>
    38                      <div id="info-div" class="card-box">
    39                          <h4 style="user-select: none">Merge Requirements: (click to expand)</h4>
    40                          <span class="hidden">
    41                              <hr>
    42                              <p><strong>All <a href="https://help.github.com/articles/about-required-status-checks/">GitHub statuses</a> on a Pull Request must be passing / green for automatic merge&nbsp;<span class="success">✓</span></strong></p>
    43                              <p><strong>Prow test results are ignored if they do not test the Pull Request against the most recent commit on the branch.</strong></p>
    44                              <p><strong>Your Pull Request must also match one of these GitHub search queries (you can click them to check):</strong></p>
    45                              <ul id="queries"></ul>
    46                          </span>
    47                      </div>
    48                  </article>
    49                  <article>
    50                      <div class="table-container">
    51                          <table id="pools">
    52                              <thead>
    53                              <th>Repo</th>
    54                              <th>State</th>
    55                              <th>Batch</th>
    56                              <th>Passing</th>
    57                              <th>Pending</th>
    58                              <th>Queued for Retest</th>
    59                              </thead>
    60                              <tbody>
    61                              </tbody>
    62                          </table>
    63                      </div>
    64                  </article>
    65              </main>
    66          </div>
    67      </body>
    68  </html>