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

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

Issue 2959833002: config_service: add last import validation and tests (Closed)
Patch Set: Include a bug number for making the element call on-response handler automatically. 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/config-ui.html
diff --git a/appengine/config_service/ui/src/config-ui/config-ui.html b/appengine/config_service/ui/src/config-ui/config-ui.html
index 1173cd2ff79908c653a9aa519854a6f7d078a0e9..39f45e8acfcd6bcd0ac24f6d1edba8ef889ae234 100644
--- a/appengine/config_service/ui/src/config-ui/config-ui.html
+++ b/appengine/config_service/ui/src/config-ui/config-ui.html
@@ -93,14 +93,16 @@
<config-set category="services"
name="{{serviceData.serviceName}}"
route="{{serviceTail}}"
- auth_headers="{{auth_headers}}"></config-set>
+ auth_headers="{{auth_headers}}"
+ front-page-is-active="[[frontPageActive]]"></config-set>
</template>
<template is="dom-if" if="[[projectActive]]" restamp="true">
<config-set category="projects"
name="{{projectData.projectName}}"
route="{{projectTail}}"
- auth_headers="{{auth_headers}}"></config-set>
+ auth_headers="{{auth_headers}}"
+ front-page-is-active="[[frontPageActive]]"></config-set>
</template>
</template>

Powered by Google App Engine
This is Rietveld 408576698