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

     1  <!DOCTYPE html>
     2  <html>
     3      <head>
     4          <meta charset="UTF-8">
     5          <title>Prow Command Help</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 rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,700">
    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          <link rel="stylesheet" href="dialog-polyfill.css">
    13          <script type="text/javascript" src="command-help-script.js"></script>
    14          <script type="text/javascript" src="dialog-polyfill.js"></script>
    15          <script type="text/javascript" src="plugin-help.js?var=allHelp"></script>
    16          <script type="text/javascript" src="extensions/script.js"></script>
    17          <script type="text/javascript" src="branding.js?var=branding"></script>
    18          <script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
    19      </head>
    20      <body>
    21          <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
    22              <header class="mdl-layout__header">
    23                  <div class="mdl-layout__header-row">
    24                      <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>
    25                      <span class="mdl-layout-title header-title">Command Help</span>
    26                  </div>
    27              </header>
    28              <div class="mdl-layout__drawer">
    29                  <span class="mdl-layout-title">Prow Dashboard</span>
    30                  <nav class="mdl-navigation">
    31                      <a class="mdl-navigation__link" href="/">Prow Status</a>
    32                      <a class="mdl-navigation__link" href="/pr">PR Status</a>
    33                      <a class="mdl-navigation__link mdl-navigation__link--current" href="/command-help">Command Help</a>
    34                      <a class="mdl-navigation__link" href="/tide">Tide Status</a>
    35                      <a class="mdl-navigation__link" href="/plugins">Plugins</a>
    36                  </nav>
    37              </div>
    38              <main id="command-help" class="mdl-layout__content">
    39                  <aside>
    40                      <div class="card-box">
    41                          <ul class="noBullets">
    42                              <li>Command help for</li>
    43                              <li><select id="repo" onchange="redraw();"><option>all commands</option></select></li>
    44                          </ul>
    45                      </div>
    46                  </aside>
    47                  <div class="table-container">
    48                      <table id="command-table" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
    49                          <thead>
    50                          <tr>
    51                              <th></th>
    52                              <th class="mdl-data-table__cell--non-numeric">Command</th>
    53                              <th class="mdl-data-table__cell--non-numeric">Example</th>
    54                              <th class="mdl-data-table__cell--non-numeric">Description</th>
    55                              <th id="usage-col" class="mdl-data-table__cell--non-numeric">Who Can Use</th>
    56                              <th class="mdl-data-table__cell--non-numeric">Plugin</th>
    57                              <th></th>
    58                          </tr>
    59                          </thead>
    60                          <tbody>
    61                          </tbody>
    62                      </table>
    63                  </div>
    64              </main>
    65          </div>
    66          <dialog id="dialog" class="mdl-dialog">
    67              <h4 class="mdl-dialog__title"></h4>
    68              <div class="mdl-dialog__content">
    69              </div>
    70              <div class="mdl-dialog__actions">
    71                  <button type="button" class="mdl-button close">Close</button>
    72              </div>
    73          </dialog>
    74          <div id="toast" class="mdl-js-snackbar mdl-snackbar">
    75              <div class="mdl-snackbar__text"></div>
    76              <button class="mdl-snackbar__action" type="button"></button>
    77          </div>
    78      </body>
    79  </html>