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

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

Issue 2953463002: config_service: integrated working config set page with routing (Closed)
Patch Set: Nit: fixed 80+ char line Created 3 years, 6 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
« no previous file with comments | « appengine/config_service/ui/src/config-ui/config-set.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b85b9edea26c45e227b84375c1fbd40085abe3dc..fd09d9199373a94c3115bc35673a07f9d775a224 100644
--- a/appengine/config_service/ui/src/config-ui/config-ui.html
+++ b/appengine/config_service/ui/src/config-ui/config-ui.html
@@ -69,16 +69,16 @@
</div>
<div hidden$="[[!serviceActive]]">
- <config-set category="services"
- config-set-name="{{serviceData.serviceName}}"
+ <config-set category="services"
+ name="{{serviceData.serviceName}}"
route="{{serviceTail}}"></config-set>
- </div>
+ </div>
<div hidden$="[[!projectActive]]">
- <config-set category="projects"
- config-set-name="{{projectData.projectName}}"
+ <config-set category="projects"
+ name="{{projectData.projectName}}"
route="{{projectTail}}"></config-set>
- </div>
+ </div>
</template>
« no previous file with comments | « appengine/config_service/ui/src/config-ui/config-set.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698