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

Unified Diff: appengine/config_service/ui/src/config-ui/front-page.html

Issue 2983103002: config_service: release the UI to the front page (Closed)
Patch Set: Release the UI to the front page Created 3 years, 5 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/config_service/ui/src/config-ui/front-page.html
diff --git a/appengine/config_service/ui/src/config-ui/front-page.html b/appengine/config_service/ui/src/config-ui/front-page.html
index 9744eb267f5d04ad642efb4d75f44b39626ea8a1..2b6c1a7735b50044e5a7f1507d77eb9a9afd6417 100644
--- a/appengine/config_service/ui/src/config-ui/front-page.html
+++ b/appengine/config_service/ui/src/config-ui/front-page.html
@@ -81,8 +81,8 @@
<template is="dom-repeat" items="[[searchResults]]" as="config">
<div class="center config-card">
<config-set-card
- name="[[config.config_set]]"
- last-import-attempt="[[_getLastImportAttempt(config.last_import_attempt)]]">
+ name="[[config.config_set]]"
+ last-import-attempt="[[_getLastImportAttempt(config.last_import_attempt)]]">
</config-set-card>
</div>
</template>
« no previous file with comments | « appengine/config_service/ui/src/config-ui/config-ui.html ('k') | appengine/config_service/ui/static/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698