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

Side by Side Diff: appengine/swarming/ui/res/imp/common/swarming-app.html

Issue 2410573002: Make new UI be the default UI (Closed)
Patch Set: simplify regex Created 4 years, 2 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
« no previous file with comments | « appengine/swarming/ui/res/imp/common/common-behavior.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2016 The LUCI Authors. All rights reserved. 2 Copyright 2016 The LUCI Authors. All rights reserved.
3 Use of this source code is governed under the Apache License, Version 2.0 3 Use of this source code is governed under the Apache License, Version 2.0
4 that can be found in the LICENSE file. 4 that can be found in the LICENSE file.
5 5
6 This in an HTML Import-able file that contains the definition 6 This in an HTML Import-able file that contains the definition
7 of the following elements: 7 of the following elements:
8 8
9 <swarming-app> 9 <swarming-app>
10 10
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 paper-spinner-lite { 96 paper-spinner-lite {
97 --paper-spinner-color: var(--google-yellow-500); 97 --paper-spinner-color: var(--google-yellow-500);
98 } 98 }
99 </style> 99 </style>
100 <app-header-layout> 100 <app-header-layout>
101 <app-header fixed> 101 <app-header fixed>
102 <app-toolbar> 102 <app-toolbar>
103 <div class="title left">[[name]]</div> 103 <div class="title left">[[name]]</div>
104 <paper-spinner-lite class="left" active="[[_or(busy,_busy1,_busy2)]]"> </paper-spinner-lite> 104 <paper-spinner-lite class="left" active="[[_or(busy,_busy1,_busy2)]]"> </paper-spinner-lite>
105 105
106 <a class="left" href="/newui/">Home</a> 106 <a class="left" href="/">Home</a>
107 <a class="left" href="/newui/botlist">Bot List</a> 107 <a class="left" href="/botlist">Bot List</a>
108 <a class="left" href="/newui/tasklist">Task List</a> 108 <a class="left" href="/tasklist">Task List</a>
109 <div class="flex"></div> 109 <div class="flex"></div>
110 <a class="small right" href="/oldui">Old UI</a>
110 <div class="small right"> 111 <div class="small right">
111 Server: 112 Server:
112 <a href$="[[_versionLink(server_details)]]"> 113 <a href$="[[_versionLink(server_details)]]">
113 [[server_details.server_version]] 114 [[server_details.server_version]]
114 </a> 115 </a>
115 </div> 116 </div>
116 <auth-signin 117 <auth-signin
117 class="right" 118 class="right"
118 client_id="[[client_id]]" 119 client_id="[[client_id]]"
119 auth_headers="{{auth_headers}}" 120 auth_headers="{{auth_headers}}"
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 border: none; 301 border: none;
301 line-height: 20px; 302 line-height: 20px;
302 vertical-align: middle; 303 vertical-align: middle;
303 } 304 }
304 305
305 select { 306 select {
306 overflow-y: auto; 307 overflow-y: auto;
307 } 308 }
308 </style> 309 </style>
309 </dom-module> 310 </dom-module>
OLDNEW
« no previous file with comments | « appengine/swarming/ui/res/imp/common/common-behavior.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698