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

Side by Side Diff: appengine/config_service/ui/static/index.html

Issue 2984093002: config_service: Fixed feedback button to autopopulate important fields (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | 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 2017 The LUCI Authors. All rights reserved. 2 Copyright 2017 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 6
7 <!doctype html> 7 <!doctype html>
8 <html lang="en"> 8 <html lang="en">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 12 matching lines...) Expand all
23 client_id="{{client_id}}"> 23 client_id="{{client_id}}">
24 </config-ui> 24 </config-ui>
25 </body> 25 </body>
26 26
27 <script> 27 <script>
28 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ 28 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){
29 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), 29 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o),
30 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a ,m) 30 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a ,m)
31 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap pspot.com/feedback.js','crdx'); 31 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap pspot.com/feedback.js','crdx');
32 32
33 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/e ntry?labels=Infra-DX'); 33 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/' +
34 'entry?cc=cwpayton@google.com,%20ayanaadylova@google.com,' +
35 '%20hinoka@chromium.org,%20sergeyberezin@chromium.org' +
36 '&components=Infra%3EPlatform%3EConfig&labels=Infra-DX&blocking=730832' +
37 '&hotlists=luci-config');
34 </script> 38 </script>
35 39
36 </html> 40 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698