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

Side by Side Diff: milo/appengine/frontend/expectations/bootstrap-swarming.TestableBuild-build-link.html

Issue 2669473002: Milo: Remove swarming tags from build properties (Closed)
Patch Set: Fix gerrit checker Created 3 years, 9 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 2
3 <!DOCTYPE html> 3 <!DOCTYPE html>
4 <html lang="en"> 4 <html lang="en">
5 <head> 5 <head>
6 <meta charset="utf-8"> 6 <meta charset="utf-8">
7 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 7 <meta http-equiv="X-UA-Compatible" content="IE=edge">
8 <meta name="viewport" content="width=device-width, initial-scale=1"> 8 <meta name="viewport" content="width=device-width, initial-scale=1">
9 9
10 <meta name="description" content=""> 10 <meta name="description" content="">
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 91
92 <div class="col-md-6"> 92 <div class="col-md-6">
93 <h4>Build Properties</h4> 93 <h4>Build Properties</h4>
94 94
95 95
96 96
97 97
98 98
99 99
100 100
101
102
103 <strong>allow_milo</strong>:
104 1
105 <small class="muted">(Swarming Tags)</small>
106 <br>
107
108
109 101
110 </div> 102 </div>
111 </div> 103 </div>
112 104
113 </div> 105 </div>
114 106
115 107
116 108
117 109
118 <script src="/static/common/third_party/js/jquery.min.js"></script> 110 <script src="/static/common/third_party/js/jquery.min.js"></script>
119 <script src="/static/bootstrap/third_party/js/bootstrap.min.js"></script> 111 <script src="/static/bootstrap/third_party/js/bootstrap.min.js"></script>
120 </body> 112 </body>
121 </html> 113 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698