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

Unified Diff: web/apps/logdog-app/elements/routing.html

Issue 2991253003: [logdog] Replace list view with query view. (Closed)
Patch Set: handle enter for submit Created 3 years, 4 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 | « web/apps/logdog-app/elements/logdog-app/logdog-app.html ('k') | web/inc/apps/logdog-app/main.ts » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web/apps/logdog-app/elements/routing.html
diff --git a/web/apps/logdog-app/elements/routing.html b/web/apps/logdog-app/elements/routing.html
index 4c707a9d8e5e4a553ef16a9ab9f31ac6b5abec1a..032998a30e105a8c44eff07f355525af1692ef37 100644
--- a/web/apps/logdog-app/elements/routing.html
+++ b/web/apps/logdog-app/elements/routing.html
@@ -48,9 +48,9 @@
app.route = "root";
});
- page("/list/*", function(data) {
- app.route = "list";
- app.$.list.base = logdog.correctStreamPath(data.params[0]);
+ page("/query/*", function(data) {
+ app.route = "query";
+ app.$.query.base = logdog.correctStreamPath(data.params[0]);
});
page("/stream/*", function(data) {
« no previous file with comments | « web/apps/logdog-app/elements/logdog-app/logdog-app.html ('k') | web/inc/apps/logdog-app/main.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698