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

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

Issue 2391583002: Several small changes to new UI pages (Closed) Base URL: git@github.com:luci/luci-py@uptime
Patch Set: rebase 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
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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 client_id="[[client_id]]" 116 client_id="[[client_id]]"
117 auth_headers="{{auth_headers}}" 117 auth_headers="{{auth_headers}}"
118 profile="{{profile}}" 118 profile="{{profile}}"
119 signed_in="{{signed_in}}"> 119 signed_in="{{signed_in}}">
120 </auth-signin> 120 </auth-signin>
121 </app-toolbar> 121 </app-toolbar>
122 </app-header> 122 </app-header>
123 <div class="main-content"> 123 <div class="main-content">
124 <content></content> 124 <content></content>
125 </div> 125 </div>
126 <a target="_blank" href="https://bugs.chromium.org/p/chromium/issues/ent ry?components=Infra%3EPlatform%3ESwarming&owner=kjlubick@chromium.org&status=Ass igned"> 126 <a target="_blank" rel="noopener" href="https://bugs.chromium.org/p/chro mium/issues/entry?components=Infra%3EPlatform%3ESwarming&owner=kjlubick@chromium .org&status=Assigned">
127 <paper-fab mini icon="icons:bug-report"></paper-fab> 127 <paper-fab mini icon="icons:bug-report"></paper-fab>
128 </a> 128 </a>
129 </app-header-layout> 129 </app-header-layout>
130 130
131 </template> 131 </template>
132 <script> 132 <script>
133 Polymer({ 133 Polymer({
134 is: 'swarming-app', 134 is: 'swarming-app',
135 135
136 behaviors: [ 136 behaviors: [
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 border: none; 298 border: none;
299 line-height: 20px; 299 line-height: 20px;
300 vertical-align: middle; 300 vertical-align: middle;
301 } 301 }
302 302
303 select { 303 select {
304 overflow-y: auto; 304 overflow-y: auto;
305 } 305 }
306 </style> 306 </style>
307 </dom-module> 307 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698