| Index: milo/appengine/frontend/expectations/bootstrap-buildbot.TestableBuilder-Basic_Test_with_builds.html
|
| diff --git a/milo/appengine/frontend/expectations/bootstrap-buildbot.TestableBuilder-Basic_Test_with_builds.html b/milo/appengine/frontend/expectations/bootstrap-buildbot.TestableBuilder-Basic_Test_with_builds.html
|
| deleted file mode 100644
|
| index 95a69db2f67edd2b489c8e7511dc7282cecb0ae2..0000000000000000000000000000000000000000
|
| --- a/milo/appengine/frontend/expectations/bootstrap-buildbot.TestableBuilder-Basic_Test_with_builds.html
|
| +++ /dev/null
|
| @@ -1,124 +0,0 @@
|
| -
|
| -
|
| -<!DOCTYPE html>
|
| -<html lang="en">
|
| - <head>
|
| - <meta charset="utf-8">
|
| - <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
| - <meta name="viewport" content="width=device-width, initial-scale=1">
|
| -
|
| - <meta name="description" content="">
|
| - <meta name="author" content="Luci Authors">
|
| -
|
| -
|
| - <title>Builder Sample Builder</title>
|
| -
|
| -
|
| - <link href="/static/bootstrap/third_party/css/bootstrap.min.css" rel="stylesheet">
|
| - <style>
|
| -body {
|
| - padding-top: 70px;
|
| -}
|
| -.starter-template {
|
| - padding: 40px 15px;
|
| - text-align: center;
|
| -}
|
| - </style>
|
| -
|
| - </head>
|
| -
|
| - <body>
|
| -
|
| - <nav class="navbar navbar-inverse navbar-fixed-top">
|
| - <div class="container">
|
| - <div class="navbar-header">
|
| - <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
| - <span class="sr-only">Toggle navigation</span>
|
| - <span class="icon-bar"></span>
|
| - <span class="icon-bar"></span>
|
| - <span class="icon-bar"></span>
|
| - </button>
|
| - <a class="navbar-brand" href="#">Luci</a>
|
| - </div>
|
| - <div id="navbar" class="collapse navbar-collapse">
|
| - <ul class="nav navbar-nav">
|
| - <li class="active"><a href="#">Home</a></li>
|
| - </ul>
|
| - <ul class="nav navbar-nav navbar-right">
|
| - <li><a href="/settings">Settings</a></li>
|
| - </ul>
|
| - </div>
|
| - </div>
|
| - </nav>
|
| -
|
| - <div class="container">
|
| -
|
| -
|
| -<div class="row">
|
| -
|
| - <div class="col-md-6">
|
| -
|
| - <h4>Current Builds</h4>
|
| - <ul>
|
| -
|
| - <li><a href="https://some.url/path">Some current build</a></a>
|
| - [Running for: 0s]
|
| - []
|
| - </li>
|
| -
|
| - </ul>
|
| -
|
| - </div>
|
| -
|
| - <div class="col-md-6">
|
| -
|
| - <h4>Pending Build Requests</h4>
|
| - <ul>
|
| -
|
| - <li><small>(, waiting 0s)</small>
|
| -
|
| -
|
| -
|
| -
|
| - </li>
|
| -
|
| - </ul>
|
| -
|
| - </div>
|
| -
|
| - <div class="col-md-6">
|
| - <h2>Recent Builds:</h2>
|
| - <table class="table table-condensed table-hover table-striped">
|
| - <tr>
|
| - <th>Time</th>
|
| - <th>Revision</th>
|
| - <th>Result</th>
|
| - <th>Build #</th>
|
| - <th>Info</th>
|
| - </tr>
|
| -
|
| -
|
| -
|
| - <tr>
|
| - <td></td>
|
| - <td>deadbe</td>
|
| - <td> NotRun </td>
|
| - <td><a href="https://some.url/path">Some current build</a></td>
|
| - <td class="left">[]</td>
|
| - </tr>
|
| -
|
| -
|
| - </table>
|
| - </div>
|
| -
|
| -</div>
|
| -
|
| - </div>
|
| -
|
| -
|
| -
|
| -
|
| - <script src="/static/common/third_party/js/jquery.min.js"></script>
|
| - <script src="/static/bootstrap/third_party/js/bootstrap.min.js"></script>
|
| - </body>
|
| -</html>
|
|
|