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

Unified Diff: appengine/config_service/ui/static/index.html

Issue 2983103002: config_service: release the UI to the front page (Closed)
Patch Set: Release the UI to the front page 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 | « appengine/config_service/ui/src/config-ui/front-page.html ('k') | 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 2d9c5331f412b137997b92d337fffed0daba5b0a..599ebfb758e4a1870cd3eb13f4fab27a68aa4e8c 100644
--- a/appengine/config_service/ui/static/index.html
+++ b/appengine/config_service/ui/static/index.html
@@ -23,4 +23,14 @@
client_id="{{client_id}}">
</config-ui>
</body>
+
+ <script>
+ (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o),
+ 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');
+ </script>
+
</html>
« no previous file with comments | « appengine/config_service/ui/src/config-ui/front-page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698