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

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

Issue 2196623004: Add basic Machine Provider UI (Closed) Base URL: https://github.com/luci/luci-py.git@master
Patch Set: Fix 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
« no previous file with comments | « appengine/machine_provider/templates/leases.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {% extends "templates/base.html" %}
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
« no previous file with comments | « appengine/machine_provider/templates/leases.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698