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

Unified Diff: appengine/auth_service/templates/config.html

Issue 2840053003: auth_service: Fetch revisions of all configs (for UI) at once. (Closed)
Patch Set: Created 3 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/auth_service/templates/config.html
diff --git a/appengine/auth_service/templates/config.html b/appengine/auth_service/templates/config.html
index 9d4a101efd249d3a9c1d7329538387a4f3a2136e..1b7def54e9471d878984259675e5b90eb5d62eb2 100644
--- a/appengine/auth_service/templates/config.html
+++ b/appengine/auth_service/templates/config.html
@@ -21,7 +21,7 @@
</div>
<div class="form-group">
{% if auth_service_config_locked %}
- {{ render_config_locked() }}
+ {{ render_config_locked("imports.cfg") }}
{% else %}
{% if is_admin %}
<button type="submit" class="btn btn-primary">Save</button>

Powered by Google App Engine
This is Rietveld 408576698