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

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

Issue 2971033003: Added force refresh to the config set page. (Closed)
Patch Set: Hide force refresh from users who are not signed in 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
« 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 f4f714e211690dcd55b62044a74a04ab471ae5ab..1173cd2ff79908c653a9aa519854a6f7d078a0e9 100644
--- a/appengine/config_service/ui/src/config-ui/config-ui.html
+++ b/appengine/config_service/ui/src/config-ui/config-ui.html
@@ -89,14 +89,14 @@
<front-page auth_headers="{{auth_headers}}"></front-page>
</template>
- <template is="dom-if" if="[[serviceActive]]">
+ <template is="dom-if" if="[[serviceActive]]" restamp="true">
<config-set category="services"
name="{{serviceData.serviceName}}"
route="{{serviceTail}}"
auth_headers="{{auth_headers}}"></config-set>
</template>
- <template is="dom-if" if="[[projectActive]]">
+ <template is="dom-if" if="[[projectActive]]" restamp="true">
<config-set category="projects"
name="{{projectData.projectName}}"
route="{{projectTail}}"
« 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