Title: [111651] trunk
- Revision
- 111651
- Author
- [email protected]
- Date
- 2012-03-21 21:52:05 -0700 (Wed, 21 Mar 2012)
Log Message
Add the forgotten admin.html after r108917.
* Websites/webkit-perf.appspot.com/admin.html: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/ChangeLog (111650 => 111651)
--- trunk/ChangeLog 2012-03-22 04:25:19 UTC (rev 111650)
+++ trunk/ChangeLog 2012-03-22 04:52:05 UTC (rev 111651)
@@ -1,5 +1,11 @@
2012-03-21 Ryosuke Niwa <[email protected]>
+ Add the forgotten admin.html after r108917.
+
+ * Websites/webkit-perf.appspot.com/admin.html: Added.
+
+2012-03-21 Ryosuke Niwa <[email protected]>
+
Increment the perf-o-matic app version.
* Websites/webkit-perf.appspot.com/app.yaml:
Added: trunk/Websites/webkit-perf.appspot.com/admin.html (0 => 111651)
--- trunk/Websites/webkit-perf.appspot.com/admin.html (rev 0)
+++ trunk/Websites/webkit-perf.appspot.com/admin.html 2012-03-22 04:52:05 UTC (rev 111651)
@@ -0,0 +1,123 @@
+<!DOCTYPE html>
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ - You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<html>
+<head>
+ <title>Admin - Perf-o-Matic</title>
+ <link rel="stylesheet" href="" type="text/css" />
+ <link rel="stylesheet" href="" type="text/css" />
+ <link rel="stylesheet" href="" type="text/css" />
+</head>
+<body>
+
+<header id="header">
+ <h1>
+ <a href="" id="logo">Perf-O-Matic</span></a>
+ </h1>
+ <nav>
+ <a href=""
+ <a href="" Chart</a>
+ </nav>
+</header>
+
+<div id="summary">
+
+<section>
+<h2>Report logs</h2>
+<dl class="counts">
+ <dt>Total</dt>
+ <dd>{{ report_log_total }}</dd>
+ <dt>Committed</dt>
+ <dd>{{ report_log_committed }}</dd>
+</dl>
+
+<!-- FIXME: Merge /admin/report-logs here -->
+<a href="" report logs</a>
+</section>
+
+<section id="branches">
+<h2>Branches</h2>
+<ul>
+ <li class="form">
+ <form method="POST" action=""
+ <dl>
+ <dt><label for="" type="text" id="branch-key" name="key"></dd>
+ <dt><label for="" type="text" id="branch-name" name="name"></dd>
+ </dl>
+ <button type="submit">Create</button>
+ </form>
+ </li>
+</ul>
+</section>
+
+<section id="platforms">
+<h2>Platforms</h2>
+<ul>
+ <li class="form">
+ <form method="POST" action=""
+ <dl>
+ <dt><label for="" type="text" id="platform-key" name="key"></dd>
+ <dt><label for="" type="text" id="platform-name" name="name"></dd>
+ </dl>
+ <button type="submit">Create</button>
+ </form>
+ </li>
+</ul>
+</section>
+
+<section id="builders">
+<h2>Builders</h2>
+<ul>
+ <li class="form">
+ <form method="POST" action=""
+ <dl>
+ <dt><label for="" type="text" id="builder-name" name="name"></dd>
+ <dt><label for="" type="password" id="builder-password" name="password"></dd>
+ </dl>
+ <button type="submit">Create</button>
+ </form>
+ </li>
+</ul>
+</section>
+
+<section id="tests">
+<h2>Tests</h2>
+<ul>
+ <li class="form">
+ <form method="POST" action=""
+ <button type="submit">Merge</button>
+ <select name="merge"></select> into
+ <select name="into"></select>
+ </form>
+ </li>
+</ul>
+</section>
+</div>
+
+<div id="manual-submission">
+<section>
+<h2>Manual submission</h2>
+<form method="POST" action=""
+<textarea name="payload" rows="20" cols="100">
+</textarea><br>
+<button type="submit">Submit</button>
+</form>
+</section>
+<!-- FIXME: Merge admin/manual-submit.html here -->
+</div>
+
+<div id="errors">
+</div>
+
+<div id="footer">
+<a href="" Engine dashboard</a>
+</div>
+
+<script type="text/_javascript_" src=""
+<script type="text/_javascript_" src=""
+<script type="text/_javascript_" src=""
+<script type="text/_javascript_" src=""
+
+</body>
+</html>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes