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

Unified Diff: appengine/chrome_infra_mon_proxy/templates/admin.html

Issue 928043005: Monitoring proxy for time series data (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Responded to comments Created 5 years, 8 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
Index: appengine/chrome_infra_mon_proxy/templates/admin.html
diff --git a/appengine/chrome_infra_mon_proxy/templates/admin.html b/appengine/chrome_infra_mon_proxy/templates/admin.html
new file mode 100644
index 0000000000000000000000000000000000000000..4c982f16f35954f7875c29b5af7d17e12978af29
--- /dev/null
+++ b/appengine/chrome_infra_mon_proxy/templates/admin.html
@@ -0,0 +1,15 @@
+{% extends "base.html" %}
+{% block content %}
+ <div class="container-fluid">
+ <div class="row-fluid">
+ <p>
+ <div class="col-md-10">
+<h1>Administrative tasks for Chrome Infra Monitoring Proxy</h1>
+
+<ul>
+ <li><a href="set-credentials">Set MonAcq endpoint credentials</a>
+</ul>
+ </div>
+ </div>
+ </div>
+{% endblock %}

Powered by Google App Engine
This is Rietveld 408576698