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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/ui/static/index.html
diff --git a/appengine/config_service/ui/static/index.html b/appengine/config_service/ui/static/index.html
index 599ebfb758e4a1870cd3eb13f4fab27a68aa4e8c..deaa08ffae0db621002cec80ddf3ca89e7c0d385 100644
--- a/appengine/config_service/ui/static/index.html
+++ b/appengine/config_service/ui/static/index.html
@@ -30,7 +30,11 @@
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://storage.googleapis.com/crdx-feedback.appspot.com/feedback.js','crdx');
- crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/entry?labels=Infra-DX');
+ crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/' +
+ 'entry?cc=cwpayton@google.com,%20ayanaadylova@google.com,' +
+ '%20hinoka@chromium.org,%20sergeyberezin@chromium.org' +
+ '&components=Infra%3EPlatform%3EConfig&labels=Infra-DX&blocking=730832' +
+ '&hotlists=luci-config');
</script>
</html>
« 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