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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {% extends "base.html" %}
2 {% block content %}
3 <div class="container-fluid">
4 <div class="row-fluid">
5 <p>
6 <div class="col-md-10">
7 <h1>Administrative tasks for Chrome Infra Monitoring Proxy</h1>
8
9 <ul>
10 <li><a href="set-credentials">Set MonAcq endpoint credentials</a>
11 </ul>
12 </div>
13 </div>
14 </div>
15 {% endblock %}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698