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

Side by Side Diff: appengine/swarming/ui/res/imp/botlist/bot-list-summary.html

Issue 2408743002: Move elements/ to ui/ (Closed)
Patch Set: rebase again 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 This in an HTML Import-able file that contains the definition 2 This in an HTML Import-able file that contains the definition
3 of the following elements: 3 of the following elements:
4 4
5 <bot-list-summary> 5 <bot-list-summary>
6 6
7 7
8 Usage: 8 Usage:
9 9
10 <bot-list-summary></bot-list-summary> 10 <bot-list-summary></bot-list-summary>
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 } else { 232 } else {
233 curr.alive++; 233 curr.alive++;
234 } 234 }
235 curr.all++; 235 curr.all++;
236 }.bind(this)); 236 }.bind(this));
237 this.set("_currently_showing", curr); 237 this.set("_currently_showing", curr);
238 } 238 }
239 }); 239 });
240 </script> 240 </script>
241 </dom-module> 241 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698