summaryrefslogtreecommitdiff
path: root/gae/webapp/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'gae/webapp/static/index.html')
-rw-r--r--gae/webapp/static/index.html63
1 files changed, 0 insertions, 63 deletions
diff --git a/gae/webapp/static/index.html b/gae/webapp/static/index.html
deleted file mode 100644
index a50015e..0000000
--- a/gae/webapp/static/index.html
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE html>
-{% autoescape true %}
-<html>
- <head>
- <!-- [START css] -->
- <link type="text/css" rel="stylesheet" href="/bootstrap/css/bootstrap.css">
- <link type="text/css" rel="stylesheet" href="/bootstrap/css/bootstrap-responsive.css">
- <!-- [END css] -->
- <style type="text/css">
- body {
- padding-top: 40px;
- padding-bottom: 40px;
- background-color: #f5f5f5;
- }
- blockquote {
- margin-bottom: 10px;
- border-left-color: #bbb;
- }
- form {
- margin-top: 10px;
- }
- .form-signin input[type="text"] {
- font-size: 16px;
- height: auto;
- margin-bottom: 15px;
- padding: 7px 9px;
- }
- .row {
- margin-left: 0px;
- margin-top: 10px;
- overflow: scroll;
- }
- </style>
- </head>
- <body>
- <div class="navbar navbar-inverse navbar-fixed-top">
- <div class="navbar-inner">
- <div class="container">
- <button type="button" class="btn btn-navbar" data-toggle="collapse"
- data-target=".nav-collapse">
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
- <a class="brand" href="#">VTS Test Scheduler</a>
- <a class="brand" href="/result">Result</a>
- <a class="brand" href="/build">Build</a>
- <a class="brand" href="/schedule">Schedule</a>
- <a class="brand" href="/device">Device &amp; Lab</a>
- <a class="brand" href="/job">Job Queue</a>
- <div class="nav-collapse collapse pull-right">
- <a href="{{ url|safe }}" class="btn">{{ url_linktext }}</a>
- </div>
- </div>
- </div>
- </div>
- <div class="container">
- <a href=https://android-vts-internal.googleplex.com>VTS dashboard PROD</a><br>
- <a href=https://android-vts-staging.appspot.com>VTS dashboard TEST</a><br>
- </div>
- </body>
-</html>
-{% endautoescape %}