Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: frontend/client/src/autotest/public/TestPlannerClient.html

Issue 1595019: Merge remote branch 'origin/upstream' into tempbranch (Closed)
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title>Autotest Frontend</title>
6 <script type='text/javascript' src='autotest.TestPlannerClient.nocache.js'>
7 </script>
8 </head>
9
10 <body>
11 <!-- gwt history support -->
12 <iframe src="javascript:''" id="__gwt_historyFrame"
13 style="width:0;height:0;border:0"></iframe>
14
15
16 <div class="links-box" style="float: right;">
17 <span id="report_issues"></span> |
18 <a href="server/afe">Frontend</a> |
19 <a href="server/admin">Admin</a> |
20 <a href="/new_tko">Results</a>
21 (<a href="/tko"><b>Old</b> TKO</a>) |
22 Test Planner! |
23 <a href="http://wiki/Main/Autotest">Documentation</a> |
24 <a href="/g4sync.log">Synced CLs</a>
25 <div id="motd" class="motd"></div>
26 </div>
27
28 <img src="header.png" />
29 <br /><br />
30
31 <div id="tabs" class="hidden">
32 <div id="test_plan_selector">
33 Enter a test plan:
34 <span id="test_plan_selector_input"></span>
35 <span id="test_plan_selector_button"></span>
36 </div>
37
38 <div id="overview" title="Overview">
39 </div>
40
41 <div id="machine_view" title="Machine View">
42 </div>
43
44 <div id="test_view" title="Test View">
45 </div>
46
47 <div id="triage_view" title="Triage View">
48 <div id="triage_failure_tables"></div>
49 </div>
50
51 <div id="autoprocessed" title="Auto-processed">
52 </div>
53
54 <div id="history" title="History">
55 </div>
56 </div>
57 <br>
58 <div id="error_log"></div>
59
60 <!-- for debugging only -->
61 <div id="error_display"></div>
62 </body>
63 </html>
OLDNEW
« no previous file with comments | « frontend/client/src/autotest/planner/triage/TriageViewTab.java ('k') | frontend/client/src/autotest/tko/FragmentedTable.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698