Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2)

Delta Between Two Patch Sets: misc/dashboard/app/app.yaml

Issue 5461047: code review 5461047: misc/dashboard: user interface (Closed)
Left Patch Set: diff -r fafcd328da73 https://go.googlecode.com/hg Created 13 years, 3 months ago
Right Patch Set: diff -r f49ead115cf9 https://go.googlecode.com/hg Created 13 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | misc/dashboard/app/build/build.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 application: godashboard 1 application: godashboard
2 version: go 2 version: go
3 runtime: go 3 runtime: go
4 api_version: 3 4 api_version: 3
5 5
6 handlers: 6 handlers:
7 - url: /static
8 static_dir: static
7 - url: /log/.+ 9 - url: /log/.+
8 script: _go_app 10 script: _go_app
9 - url: /(|commit|packages|result|tag|todo) 11 - url: /(|commit|packages|result|tag|todo)
10 script: _go_app 12 script: _go_app
11 - url: /(init|buildtest) 13 - url: /(init|buildtest)
12 script: _go_app 14 script: _go_app
13 login: admin 15 login: admin
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b