github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/prow/cmd/deck/static/index.html (about) 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Prow Status</title> 5 <link rel="stylesheet" type="text/css" href="style.css"> 6 <link rel="stylesheet" type="text/css" href="extensions/style.css"> 7 <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> 8 <script type="text/javascript" src="script.js"></script> 9 <script type="text/javascript" src="data.js?var=allBuilds"></script> 10 <script type="text/javascript" src="extensions/script.js"></script> 11 </head> 12 <body> 13 <header> 14 <a href="/"><h1>Prow Status</h1></a> 15 </header> 16 <aside> 17 <div> 18 <ul> 19 <li>Filter</li> 20 <li><select id="type" onchange="redraw();"><option>all job types</option></select></li> 21 <li><select id="repo" onchange="redraw();"><option>all repositories</option></select></li> 22 >> 23 <li><select id="pull" onchange="redraw();"><option>all pull requests</option></select></li> 24 <li><select id="author" onchange="redraw();"><option>all authors</option></select></li> 25 <li><select id="job" onchange="redraw();"><option>all jobs</option></select></li> 26 <li><select id="state" onchange="redraw();"><option>all states</option></select></li> 27 </ul> 28 </div> 29 </aside> 30 <article> 31 <table id="builds"> 32 <thead> 33 <tr> 34 <th></th> 35 <th></th> 36 <th></th> 37 <th>Repository</th> 38 <th>Revision</th> 39 <th>Job</th> 40 <th>Started</th> 41 <th>Duration</th> 42 </tr> 43 </thead> 44 <tbody> 45 </tbody> 46 </table> 47 </article> 48 <div id="rerun"> 49 <div id="rerun-content"></div> 50 </div> 51 </body> 52 </html>