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

Unified Diff: status.py

Issue 58353002: chromium-status: make the limits field discoverable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status
Patch Set: Created 7 years, 1 month 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 | « no previous file | templates/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: status.py
diff --git a/status.py b/status.py
index 76c654fcb39fda26772ca7899dc8d843ba5e961c..fc37e40ea896dcbff03fe3c5f8f14ea01ca3670c 100644
--- a/status.py
+++ b/status.py
@@ -260,6 +260,7 @@ class MainPage(BasePage):
template_values['message'] = last_message
template_values['last_status_key'] = current_status.key()
template_values['error_message'] = error_message
+ template_values['limit'] = limit
self.DisplayTemplate('main.html', template_values)
@utils.requires_login
« no previous file with comments | « no previous file | templates/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698