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

Side by Side Diff: appengine/machine_provider/templates/index.html

Issue 2196623004: Add basic Machine Provider UI (Closed) Base URL: https://github.com/luci/luci-py.git@master
Patch Set: Created 4 years, 4 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 "templates/base.html" %}
M-A Ruel 2016/07/30 01:41:58 Please name it 'root.html' for consistency with th
smut 2016/08/02 23:26:33 Done.
2 {% block content %}
3 <div class="notice">
4 Machine Provider is an open-source provider of VMs and a part of <a href="http s://github.com/luci/luci-py">LUCI</a>.
5 </div>
6 <h2>Pages</h2>
7 <ul>
8 {% if is_admin %}
9 <li><a href="/leases">Lease Requests</a></a></li>
10 <li><a href="/catalog">Machine Catalog</a></li>
11 <li><a href="/_ah/api/explorer">Endpoints</a></li>
12 {% else %}
13 <li>Currently, pages are only visible to admins. Are you signed in?</li>
14 {% endif %}
15 </ul>
16 {% endblock %}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698