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

Side by Side Diff: appengine/swarming/ui/res/imp/botpage/bot-page-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-page-summary> 5 <bot-page-summary>
6 6
7 Usage: 7 Usage:
8 8
9 <bot-page-summary></bot-page-summary> 9 <bot-page-summary></bot-page-summary>
10 10
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 } 369 }
370 e.preventDefault(); 370 e.preventDefault();
371 e.stopPropagation(); 371 e.stopPropagation();
372 this.set("_sortstr", e.detail.name + ":" + e.detail.direction); 372 this.set("_sortstr", e.detail.name + ":" + e.detail.direction);
373 }, 373 },
374 374
375 }); 375 });
376 })(); 376 })();
377 </script> 377 </script>
378 </dom-module> 378 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698